not-matthias / apollo

Modern and minimalistic blog theme.
https://not-matthias.github.io/apollo
MIT License
122 stars 70 forks source link

feat: Add relationship attribute to social links #14

Closed sbmueller closed 1 year ago

sbmueller commented 1 year ago

The "rel" html attribute defines the relationship between the linked resource and the current document. The "me" value indicates, that the current document (zola website) represents the person who owns the linked content. This is necessary for mastodon website verification.

See: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel https://docs.joinmastodon.org/user/profile/#verification

I think it's safe to add the rel attribute to all social links, not just mastodon. If there are concerns, a conditional could be introduced.