hugo-WonderMod/layouts/partials/social_icons.html

8 lines
223 B
HTML
Raw Normal View History

<div class="social-icons">
2021-03-30 08:37:36 -04:00
{{- range . }}
2022-08-31 21:57:32 -04:00
<a href="{{ trim .url " " }}" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
2021-03-30 08:37:36 -04:00
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>