Skip to content

Commit

Permalink
Merge pull request #12 from dschep/patch-1
Browse files Browse the repository at this point in the history
Add `rel="me"` to mastodon footer link for verification purposes
  • Loading branch information
quincylvania authored Jun 29, 2024
2 parents a2a9765 + 7c10a74 commit b22c4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{%- endif -%}
{%- if site.mastodon -%}
<li>
<a href="{{site.mastodon}}" target="_blank" title="Mastodon">
<a href="{{site.mastodon}}" target="_blank" title="Mastodon" rel="me">
<svg class="iconsvg"><use xlink:href="#mastodon"></use></svg>
</a>
</li>
Expand Down

0 comments on commit b22c4e7

Please sign in to comment.