Add `rel=me` to social links

This commit is contained in:
Alex Ungurianu 2022-11-06 11:54:30 +00:00 committed by Athul Cyriac Ajay
parent 2f312c3759
commit 055e03eeb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<footer>
<div style="display:flex">
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>
<a class="border"></a>
{{- end -}}
</div>