Merge pull request #129 from tommorris/patch-1

This commit is contained in:
Jake Wiesler 2020-10-18 11:00:26 -04:00 committed by GitHub
commit c3558ceca1
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>