hugo-PaperMod/layouts/partials/social_icons.html
2021-03-30 18:26:43 +05:30

8 lines
223 B
HTML

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