summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/social_icons.html
blob: 7c16e30eb959343f0eda0c6d7e46ab820cc97d9a (plain)
1
2
3
4
5
6
7
<div class="social-icons">
    {{- range . }}
    <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ .name | title }}">
        {{ partial "svg.html" . }}
    </a>
    {{- end }}
</div>