1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

Docs: simplify a few Hugo ranges. (#29333)

This commit is contained in:
XhmikosR
2019-09-02 12:31:02 +03:00
committed by GitHub
parent edf7923c8f
commit 6f1eb110e7
3 changed files with 11 additions and 11 deletions

View File

@@ -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 `) -}}