Files
hugo-theme/layouts/_partials/icon.html
2026-02-28 16:59:39 +00:00

8 lines
221 B
HTML

<span class="icon">
{{- $fname:=print "assets/icons/" . ".svg" -}}
{{- $path:="<path" -}}
{{- $fill:="<path fill=\"currentColor\"" -}}
{{- replace (readFile $fname) $path $fill | safeHTML -}}
</span>
{{- /**/ -}}