mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 18:41:37 +01:00
6dcd437146
* use easier impl
6 lines
206 B
HTML
6 lines
206 B
HTML
<div class="social-icons">
|
|
{{- range . -}}
|
|
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer"
|
|
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
|
{{- end -}}
|
|
</div> |