hugo-theme-wondermod/layouts/partials/social_icons.html

9 lines
279 B
HTML

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