hugo-PaperMod/layouts/partials/social_icons.html

7 lines
210 B
HTML
Raw Normal View History

<div class="social-icons">
{{- range . -}}
2020-10-23 12:26:41 +02:00
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer me"
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
{{- end -}}
</div>