fosscat-site/themes/PaperMod/layouts/partials/social_icons.html

8 lines
239 B
HTML
Raw Permalink Normal View History

2022-09-01 18:42:28 -06:00
<div class="social-icons">
{{- range . }}
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>