social-icons: add rel=me

* rel=me links allow cross-linking of user's identities, improving SEO
This commit is contained in:
Aditya Telange 2020-10-23 11:04:10 +05:30
parent 16213a37e5
commit 51c58ad0d5

View File

@ -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>