rel="me" verification on About page links #3207
Replies: 5 comments 9 replies
-
This is a nice suggestion - I created an issue to track this and will try to get to it soon! |
Beta Was this translation helpful? Give feedback.
-
I'd also love to see this! I tried adding a link manually to my home page body with: [Mastodon verification](https://aus.social/@jimjamslam){rel="me" style="display: none;"} Which renders to: <p><a href="https://aus.social/@jimjamslam" rel="me" style="display: none;">Mastodon verification</a></p> But it isn't getting picked up. Not sure if |
Beta Was this translation helpful? Give feedback.
-
This feature is in v1.3 pre-release. 🥳 Thanks @effigies |
Beta Was this translation helpful? Give feedback.
-
Does website:
navbar:
tools:
- icon: mastodon
href: "https://hci.social/%40jovi"
text: JoVI Mastodon
rel: me And the (also, I tried |
Beta Was this translation helpful? Give feedback.
-
Closing as completed: #3212 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Having recently started a Mastodon account, I see there's an option to help 'verify' one's account against one or more external websites, described in the docs here and more generally here, with results that look like this. tl;dr one adds
rel="me"
to the<a></a>
tag when linking to one's Mastodon profile from elsewhere.I'm not sure how to do this on my blog's About page except by editing the HTML immediately after rendering the site and before pushing it to GH pages like this.
Would it be possible to add an attribute to the yml in
about.qmd
to help automate this? e.g.There are other variations I've seen like
rel="me nofollow"
that may also need be handled.Beta Was this translation helpful? Give feedback.
All reactions