1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-01-12 19:20:59 +01:00
hugo-theme-wondermod/layouts/partials/social_icons.html
2021-05-01 22:13:54 +05:30

8 lines
220 B
HTML

<div class="social-icons">
{{- range . }}
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ .name | title }}">
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>