mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
Docs: simplify a few Hugo range
s. (#29333)
This commit is contained in:
@@ -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 `) -}}
|
||||
|
Reference in New Issue
Block a user