1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-01-13 03:31:00 +01:00
hugo-theme-wondermod/layouts/partials/social_icons.html

7 lines
219 B
HTML
Raw Normal View History

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