hugo-PaperMod/layouts/partials/social_icons.html

9 lines
279 B
HTML
Raw Normal View History

<div class="social-icons">
{{- range site.Params.socialIcons }}
<a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me"
title="{{ (.title | default .name) | title }}">
2021-03-30 14:37:36 +02:00
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>