mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
3 lines
141 B
HTML
3 lines
141 B
HTML
|
{{ range . -}}
|
||
|
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}" >{{ partial "svg.html" . }}</a>
|
||
|
{{- end -}}
|