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="@username@domain.name">
More info:
mastodon/mastodon#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:
Pingmin/blog@254a91b#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.
Issue Checklist
Expected behavior
Please add the creator meta tag to support the new Mastodon feature in the HTML
<head>block:More info:
mastodon/mastodon#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:
Pingmin/blog@254a91b#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.