hugo-PaperMod/layouts/partials/social_icons.html
2020-10-23 15:56:41 +05:30

7 lines
210 B
HTML

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