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

8 lines
239 B
HTML
Raw Normal View History

<div class="social-icons">
2021-03-30 14:37:36 +02:00
{{- range . }}
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
2021-03-30 14:37:36 +02:00
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>