hexo-theme-next icon indicating copy to clipboard operation
hexo-theme-next copied to clipboard

Please add support for "fediverse:creator" OpenGraph tag for Mastodon etc.

Open Pingmin opened this issue 3 months ago • 0 comments

Issue Checklist

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.

Pingmin avatar Nov 12 '25 10:11 Pingmin