jungle/web/themes/PaperMod/layouts/partials/social_icons.html

8 lines
239 B
HTML
Raw Normal View History

2023-07-21 10:50:35 +02: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>