boratanrikulu / eternity

A minimalist Hugo theme designed for portfolio sites.
https://eternity.bora.sh
MIT License
237 stars 78 forks source link

Introduce option to add attribute rel="me" to social links #24

Closed tanuva closed 1 year ago

tanuva commented 1 year ago

Fediverse services such as Mastodon verify ownership of URLs by looking at a link of the following shape in a web site: ...

See here for official documentation: https://docs.joinmastodon.org/user/profile/#verification

This change adds the "rel_me" boolean option for elements in the "socials" section. If set to "true", the attribute will be added to the respective link tag.

boratanrikulu commented 1 year ago

Thank you @tanuva , I appreciated.