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
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="social-icons"> <div class="social-icons">
{{- range . -}} {{- 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> title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
{{- end -}} {{- end -}}
</div> </div>