summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/social_icons.html
blob: ce76a3084265a39bdc03ddff0c5fbd60f4ab8450 (plain)
1
2
3
4
5
6
7
8
<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>