hugo-theme-stack/layouts/partials/fontawesome.html
2021-09-03 22:45:34 +02:00

5 lines
193 B
HTML

{{- $fname:=print "themes/hugo-theme-stack/fontawesome/" . ".svg" -}}
{{- $path:="<path" -}}
{{- $fill:="<path fill=\"currentColor\"" -}}
{{ replace (readFile $fname) $path $fill | safeHTML }}