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

9 lines
320 B
HTML
Raw Normal View History

2024-04-14 19:30:41 +02:00
<div class="social-icons" {{ with .align}}align="{{.}}" {{- end }}>
{{- range site.Params.socialIcons }}
<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>