hugo-PaperMod/layouts/partials/social_icons.html

7 lines
216 B
HTML
Raw Normal View History

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