hexo-theme-next
hexo-theme-next copied to clipboard
Please add support for "fediverse:creator" OpenGraph tag for Mastodon etc.
Issue Checklist
- [x] I am using NexT version 8.0 or later.
- [x] I have already read the Troubleshooting page of Hexo and Troubleshooting page of NexT.
- [x] I have already searched for current issues, which does not help me.
Expected behavior
Please add the creator meta tag to support the new Mastodon feature in the HTML <head> block:
<meta name="fediverse:creator" content="@[email protected]">
More info:
https://github.com/mastodon/mastodon/pull/30398
Steps to reproduce the behavior
Just use Hexo and Next theme to generate the static html sources.
Other Information
I just add the meta tag in my blog manually, but only in the home page:
https://github.com/Pingmin/blog/commit/254a91ba69adfb9133685a20b4a14c55d20b282a#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051R41
https://github.com/Pingmin/blog/blob/254a91ba69adfb9133685a20b4a14c55d20b282a/index.html#L41C1-L41C56
https://github.com/Pingmin/blog/blob/gh-pages/index.html#L41
https://pingmin.github.io/blog/
The meta tag should be added into every post or page.