Skip to content

Commit

Permalink
feat: add rel-me to social links
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejh committed Aug 16, 2021
2 parents 3db2094 + f82acd5 commit 82e53f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/social.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="social">

{{ range $key, $val := .Site.Social }}
<a class="symbol" href="{{ $val }}" target="_blank">
<a class="symbol" href="{{ $val }}" rel="me" target="_blank">
{{ $svg := print "svgs/" $key ".svg" }}
{{ partial $svg (dict "fill" "#bbbbbb" "width" 28 "height" 28 ) }}
</a>
Expand Down

0 comments on commit 82e53f4

Please sign in to comment.