Add rel="me" to social icons (#61)

This commit is contained in:
Tom Morris 2019-04-23 03:48:20 +01:00 committed by Track3
parent 028dc62e3b
commit 281dd59105
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{{ range . -}}
<a href="{{ .url }}" target="_blank" rel="noopener" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
<a href="{{ .url }}" target="_blank" rel="noopener me" title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
{{- end -}}