From 41744153e7888a67c2a90f127eb21d8bf132d38d Mon Sep 17 00:00:00 2001 From: Richard Rigby Date: Fri, 29 Nov 2024 11:00:38 +0000 Subject: [PATCH] Update bsky sharing link --- js/stripes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/stripes.js b/js/stripes.js index ad255b2..efe86ed 100644 --- a/js/stripes.js +++ b/js/stripes.js @@ -364,7 +364,7 @@ function update_location() { var bsky_share = document.getElementById('bsky_share'); bsky_share.href = 'https://bsky.app/intent/compose?text=' + encodeURIComponent(meta_desc_val) + - '&url=' + encodeURIComponent(meta_url_val); + ': ' + encodeURIComponent(meta_url_val); var threads_share = document.getElementById('threads_share'); threads_share.href = 'https://www.threads.net/intent/post?text=' + encodeURIComponent(meta_desc_val) +