From 5af5ca9793c6a2b9ad7ecf8c3ef9b4b6e356365e Mon Sep 17 00:00:00 2001 From: Juliano Costa Date: Mon, 11 Nov 2024 22:04:35 +0100 Subject: [PATCH] Add Mastodon and Bluesky share links --- config/_default/params.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 3a9266e..450b877 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -49,7 +49,17 @@ highlightCurrentMenuArea = true relatedContentLimit = 3 showTaxonomies = true showWordCount = true - sharingLinks = [ "linkedin", "twitter", "reddit", "facebook", "email", "whatsapp", "telegram"] + sharingLinks = [ + "linkedin", + "mastodon", + "bluesky", + "twitter", + "reddit", + "facebook", + "email", + "whatsapp", + "telegram" + ] [list] showHero = true