You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Mastodon gaining popularity, it would be great if support could be added.
This is especially important because Mastodon has this functionality where it can automatically "verify" profile links if they point back to your Mastodon profile.
Proposed change
Add the following block to _includes/author-links.html:
Notice the rel="me" attribute, which is required for the account verification process.
In the _config.yml file, author.mastodon would be set to something like mastodon.social/@handle. The server's name (here, mastodon.social) has to be included.
The hard part is making a round Mastodon icon and the associated styles (which is what's preventing me from submitting a PR).
The text was updated successfully, but these errors were encountered:
Description
With Mastodon gaining popularity, it would be great if support could be added.
This is especially important because Mastodon has this functionality where it can automatically "verify" profile links if they point back to your Mastodon profile.
Proposed change
Add the following block to
_includes/author-links.html
:Notice the
rel="me"
attribute, which is required for the account verification process.In the
_config.yml
file,author.mastodon
would be set to something likemastodon.social/@handle
. The server's name (here,mastodon.social
) has to be included.The hard part is making a round Mastodon icon and the associated styles (which is what's preventing me from submitting a PR).
The text was updated successfully, but these errors were encountered: