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
Aditya Telange 6dcd437146
social-icons: refactor
* use easier impl
2020-10-02 13:46:49 +05:30

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>