diff options
| author | XhmikosR <[email protected]> | 2019-09-02 12:31:02 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-02 12:31:02 +0300 |
| commit | 6f1eb110e7c39dc2fb7e2126248b320519ae037a (patch) | |
| tree | 738c558086231e6b9fffa1761b7cb90c8e6dfbcc /site/layouts/shortcodes/example.html | |
| parent | edf7923c8f04b436291c0c2b8e405be7ae3f6ab1 (diff) | |
| download | bootstrap-6f1eb110e7c39dc2fb7e2126248b320519ae037a.tar.xz bootstrap-6f1eb110e7c39dc2fb7e2126248b320519ae037a.zip | |
Docs: simplify a few Hugo `range`s. (#29333)
Diffstat (limited to 'site/layouts/shortcodes/example.html')
| -rw-r--r-- | site/layouts/shortcodes/example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/shortcodes/example.html b/site/layouts/shortcodes/example.html index bea1d9416..a13cccca4 100644 --- a/site/layouts/shortcodes/example.html +++ b/site/layouts/shortcodes/example.html @@ -28,7 +28,7 @@ {{- $modified_content = replace $modified_content "</svg>\n" "</svg>✂️" -}} {{- $modified_content = split $modified_content "✂️" -}} - {{- range $i, $content_chunk := $modified_content -}} + {{- range $content_chunk := $modified_content -}} {{- $image_class := "" -}} {{- if (strings.Contains $content_chunk `<svg class="bd-placeholder-img `) -}} |
