austingebauer / devise

A fast, minimal, responsive Hugo theme for blogs.
https://themes.gohugo.io/devise
MIT License
103 stars 56 forks source link

Add ability to add rel="me" to social links. #25

Closed stephenpaulger closed 1 year ago

stephenpaulger commented 1 year ago

I've added an example to the README.md of how this would be used.

Mastodon lets people verify profile links by having those links link back with this attribute set.

Background - https://microformats.org/wiki/rel-me

<a href="https://mstdn.social/@aimaz" target="_blank" rel="me">
     <i class="fab fa-mastodon fa-1x text-muted"></i>
</a>