mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-04 20:30:40 +00:00
6 lines
116 B
HTML
6 lines
116 B
HTML
|
{{ $id := .Get 0 }}
|
||
|
|
||
|
{{- with $id -}}
|
||
|
<svg class="icon {{ . }}"><use xlink:href="#{{ . }}"></use></svg>
|
||
|
{{- end -}}
|