probberechts / hexo-theme-cactus

:cactus: A responsive, clean and simple theme for Hexo.
https://probberechts.github.io/hexo-theme-cactus/
MIT License
3.15k stars 784 forks source link

Add support for `rel="me"` microformat for `social_links` #340

Closed dharFr closed 1 year ago

dharFr commented 1 year ago

Hello 👋

Here is a super simple change to add support for rel="me" micro-format. It's especially useful for Mastodon users as it allows profile link verification on that platform.

According to micro-formats specification, it can be used "on any hyperlinks from one page about a person to other pages about that same person", so I added it on every social_links.

Best ^^