mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-17 16:44:24 -04: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 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue