Add rel-me to social links

This commit is contained in:
Tom Morris 2020-10-01 19:10:49 +01:00 committed by GitHub
parent 559ccfe896
commit c5d00ccad1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{{ range $icons }}
{{ $icon := anchorize . }}
{{ if isset $currentPage.Site.Params $icon }}
<a class="social-icons__link" title="{{ . }}"
<a class="social-icons__link" rel="me" title="{{ . }}"
href="{{ index $currentPage.Site.Params $icon }}"
target="_blank" rel="noopener">
<div class="social-icons__icon" style="background-image: url('{{print "svg/" $icon ".svg" | absURL}}')"></div>