working on social icons presentation. Still needs some heavy lifting.
[theme-danix.xyz.git] / layouts / shortcodes / svg.html
CommitLineData
50cea8ca 1<span class="inline-svg" >
2{{- $fname:=print "../SVGs/" ( .Get 0 ) ".svg" -}}
3{{ $fname | readFile | safeHTML }}
4</span>