From 1c3c4ad0235375752270592d09dc9ac559c06df6 Mon Sep 17 00:00:00 2001 From: "aao.fyi" Date: Wed, 14 Feb 2024 15:48:43 -0500 Subject: [PATCH] Add rel me for mastodon verification --- src/config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/_default/config.toml b/src/config/_default/config.toml index 2099956b0..987b07ee0 100644 --- a/src/config/_default/config.toml +++ b/src/config/_default/config.toml @@ -223,5 +223,5 @@ disableKinds = ["sitemap", "taxonomyTerm"] identifier = "mastodon" name = "Mastodon" url = "https://mastodon.social/@ivpn" - rel = "noopener" + rel = "noopener me" weight = 50