website/website/common/templates/common/support-pill.html

8 lines
285 B
HTML

{% load wagtailcore_tags %}
{% if support_page and page.id != support_page.id %}
<a href="{% pageurl support_page %}" class="tag is-primary support-pill" title="If you like what I do, please consider supporting my work!">
<i class="fas fa-praying-hands"></i>
</a>
{% endif %}