1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-03-14 13:46:30 +01:00

3 lines
141 B
HTML
Raw Normal View History

{{ range . -}}
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}" >{{ partial "svg.html" . }}</a>
{{- end -}}