From 40422fe062ba10987ce354e5bf5516d8417a4a5d Mon Sep 17 00:00:00 2001 From: Asterisk Date: Sat, 10 Aug 2024 11:17:52 -0400 Subject: [PATCH] Add mastodon sharing link --- data/sharing.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/sharing.json b/data/sharing.json index f176a2cd..8fbd1107 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -43,5 +43,10 @@ "icon": "bluesky", "title": "sharing.bluesky", "url": "https://bsky.app/intent/compose?text=%[2]s+%[1]s" - } -} \ No newline at end of file + }. + "mastodon": { + "icon": "mastodon", + "title": "sharing.mastodon", + "url": "https://toot.kytta.dev/?text=%[2]s+%[1]s" + } +}