From 42dfc778f8f223a07719b105ab41b0e236f77b50 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 26 Apr 2023 21:10:16 -0300 Subject: [PATCH] website: add `rel="me"` to Mastodon links This is used for verification: https://joinmastodon.org/verification --- docs/docusaurus.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 1154db60..7fa93a84 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -131,6 +131,7 @@ const config = { { href: MASTODON_URL, label: 'Mastodon', + rel: 'me', position: 'right' }, { @@ -173,7 +174,8 @@ const config = { }, { label: 'Mastodon', - href: MASTODON_URL + href: MASTODON_URL, + rel: 'me' }, { label: 'Discord',