From 8e5fbb7a74d04a4b3cdde69bcc821f8ccd1a3bc0 Mon Sep 17 00:00:00 2001 From: Small Long <910.long@gmail.com> Date: Mon, 18 Mar 2024 19:54:37 +0900 Subject: [PATCH] fix: use `https` for Weibo sharing URL (#1612) --- _data/share.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/share.yml b/_data/share.yml index d572e6dcb39..b1d077dcaaa 100644 --- a/_data/share.yml +++ b/_data/share.yml @@ -22,7 +22,7 @@ platforms: # # - type: Weibo # icon: "fab fa-weibo" - # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL" + # link: "https://service.weibo.com/share/share.php?title=TITLE&url=URL" # # - type: Mastodon # icon: "fa-brands fa-mastodon"