mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Docs: simplify a few Hugo ranges. (#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