Adding Share button at the end of article
This commit is contained in:
parent
d06d2016c7
commit
b3bafc0de9
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue