hugo-PaperMod/layouts/partials/social_icons.html

7 lines
299 B
HTML

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