From b3bafc0de9a73bc9611e3cf1773606a976666b32 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Mon, 23 Feb 2026 10:02:11 -0400 Subject: [PATCH] Adding Share button at the end of article --- templates/article.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/article.html b/templates/article.html index 3b329b7..4f8c28e 100644 --- a/templates/article.html +++ b/templates/article.html @@ -121,6 +121,9 @@ {% endfor %} {% endif %} + {% if SHAREBUTTON is sameas True %} +

Share on Mastodon

+ {% endif %} {% if article.category %}

Category: {{ article.category }}