hugo-PaperMod/layouts/partials/social_icons.html
2023-05-10 02:52:17 +02:00

7 lines
289 B
HTML

<div class="social-icons" style="float: {{ .align | default "right" }}">
{{- range .icons }}
<a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>