Adding Share button at the end of article

This commit is contained in:
Jeff MacKinnon 2026-02-23 10:02:11 -04:00
parent d06d2016c7
commit b3bafc0de9

View file

@ -121,6 +121,9 @@
{% endfor %}
</address>
{% endif %}
{% if SHAREBUTTON is sameas True %}
<p><a href="https://mastodonshare.com/share" style="padding: 0.2rem 0.6rem 0.3rem;background: #2b90d9;color: white;border-radius: 0.3rem;text-decoration: none;font-weight: bold;">Share on Mastodon</a></p>
{% endif %}
{% if article.category %}
<p>
Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>