cullmann.io/themes/PaperMod/layouts/partials/social_icons.html

8 lines
249 B
HTML
Raw Normal View History

2022-10-21 21:09:12 +02:00
<div class="social-icons">
{{- range . }}
2023-10-08 20:15:46 +02:00
<a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
2022-10-21 21:09:12 +02:00
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>