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