From d30994941c61dfdae390f7432a15b6e2981e7273 Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Mon, 22 Jun 2026 14:42:44 -0700 Subject: [PATCH] Switch to official mastodon sharing widget Mastodonshare made a slightly better post, but this is the official one and it's more reliable. --- themes/devopsdays-theme/layouts/partials/footer_scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/devopsdays-theme/layouts/partials/footer_scripts.html b/themes/devopsdays-theme/layouts/partials/footer_scripts.html index 2d500c9959..2d6454548f 100644 --- a/themes/devopsdays-theme/layouts/partials/footer_scripts.html +++ b/themes/devopsdays-theme/layouts/partials/footer_scripts.html @@ -117,7 +117,7 @@ jsSocials.shares.mastodon = { label: "Share", logo: "fa-brands fa-mastodon", - shareUrl: "https://mastodonshare.com/?text={text}&url={url}" + shareUrl: "https://share.joinmastodon.org/#text={text} {url}" }; {{ $full_script | safeJS }}