From 56ec4110712155b2f08ff678a8e76eed0eefe52a Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Wed, 29 Nov 2023 11:09:56 +0100 Subject: [PATCH] remove most sharing links as they are the same as in the theme --- data/sharing.json | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/data/sharing.json b/data/sharing.json index 4930586..5b30316 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -1,37 +1,7 @@ { - "email": { - "icon": "email", - "title": "sharing.email", - "url": "mailto:?body=%s&subject=Look+at+this:+%s" - }, "mastodon": { "icon": "mastodon", "title": "sharing.mastodon", - "url": "/tootpick.html#text=Look+what+I've+found:\n→ %s\n→ %s&plustospace=yes" - }, - "facebook": { - "icon": "facebook", - "title": "sharing.facebook", - "url": "https://www.facebook.com/sharer/sharer.php?u=%s"e=%s" - }, - "linkedin": { - "icon": "linkedin", - "title": "sharing.linkedin", - "url": "https://www.linkedin.com/shareArticle?mini=true&url=%s&title=%s" - }, - "pinterest": { - "icon": "pinterest", - "title": "sharing.pinterest", - "url": "https://pinterest.com/pin/create/bookmarklet/?url=%s&description=%s" - }, - "reddit": { - "icon": "reddit", - "title": "sharing.reddit", - "url": "https://reddit.com/submit/?url=%s&resubmit=true&title=%s" - }, - "twitter": { - "icon": "twitter", - "title": "sharing.twitter", - "url": "https://twitter.com/intent/tweet/?url=%s&text=%s" + "url": "/tootpick.html#plustospace=yes&text=Look+what+I+have+found:\n→ %s\n→ %s" } }