Mastodon is adding a feature to allow people to include their fediverse handle on blogs and articles, to get them to display specially in the link card on Mastodon. (It's currently in beta and requires manual review by the mastodon.social team to turn on, which ug, hate that, but...) You can read about it here: https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/
It says to include <meta name="fediverse:creator" content="@[email protected]" /> in your page's head, so I go to the site configuration in the admin panel (or the site config file, either or) and I add my information (either in the two fields via the admin panel, or as 'fediverse:creator': '@[email protected]' in the site.yaml) and it shows up in the header of my page as <meta property="fediverse:creator" content="@[email protected]" /> using property instead of name.
Is there any way to get it to use name instead of property as it should?