From 5793fb7f6c9ca663b222f9036b90458d3c24cc33 Mon Sep 17 00:00:00 2001 From: Mustafa Albazy Date: Mon, 19 Jun 2023 16:46:41 +0100 Subject: [PATCH] Added Mastodon share button --- layouts/partials/share_icons.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/layouts/partials/share_icons.html b/layouts/partials/share_icons.html index 59ed050..b298429 100644 --- a/layouts/partials/share_icons.html +++ b/layouts/partials/share_icons.html @@ -23,6 +23,15 @@ {{- end }} + {{- if (cond ($custom) (in $ShareButtons "mastodon") (true)) }} + + + + + + {{- end }} {{- if (cond ($custom) (in $ShareButtons "linkedin") (true)) }} @@ -68,4 +77,4 @@ {{- end }} - \ No newline at end of file +