mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
51c58ad0d5
* rel=me links allow cross-linking of user's identities, improving SEO
7 lines
216 B
HTML
7 lines
216 B
HTML
<div class="social-icons">
|
|
{{- range . -}}
|
|
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer" rel="me"
|
|
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
|
{{- end -}}
|
|
</div>
|