Game_Dev_Blog_COS/themes/PaperMod/layouts/partials/social_icons.html
2025-02-12 19:11:30 +00:00

8 lines
320 B
HTML

<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 }}">
{{ partial "svg.html" . }}
</a>
{{- end }}
</div>