hugo-theme-noteworthy/layouts/shortcodes/fontawesome.html

7 lines
229 B
HTML
Raw Permalink Normal View History

<span class="inline-svg" >
{{- $fname:=print "fontawesome/" ( .Get 0 ) ".svg" -}}
{{- $path:="<path" -}}
{{- $fill:="<path fill=\"currentColor\"" -}}
{{ replace (readFile $fname) $path $fill | safeHTML }}
</span>