added curriculum section. Needs working.
[theme-danix.xyz.git] / layouts / shortcodes / svg.html
CommitLineData
07a590fe 1<span class="inline-svg{{ with .Get "class" }} {{ . }}{{ end }}">
2{{- $fname := print "SVGs/" ( .Get "name" ) ".svg" -}}
00bd3a19 3{{ $icon := resources.Get $fname }}
4{{ $icon.Content | safeHTML }}
5</span>