hugo-PaperMod/layouts/partials/social_icons.html

6 lines
206 B
HTML
Raw Normal View History

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