hugo-PaperMod/layouts/partials/social-icons.html

3 lines
141 B
HTML
Raw Normal View History

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