yann.verry.org/themes/PaperMod/layouts/partials/social_icons.html

8 lines
220 B
HTML
Raw Normal View History

2022-10-25 20:21:18 +00:00
<div class="social-icons">
{{- range . }}
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ .name | title }}">
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>