mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
social-icons: add rel=me
* rel=me links allow cross-linking of user's identities, improving SEO
This commit is contained in:
parent
16213a37e5
commit
51c58ad0d5
@ -1,6 +1,6 @@
|
||||
<div class="social-icons">
|
||||
{{- range . -}}
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer"
|
||||
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer" rel="me"
|
||||
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
|
||||
{{- end -}}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user