Update support pill title
This commit is contained in:
parent
e0ffa6a14d
commit
53479eeea9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% load wagtailcore_tags %}
|
||||
|
||||
{% if support_page and page.id != support_page.id %}
|
||||
<a href="{% pageurl support_page %}" class="tag is-primary support-pill" title="Support me">
|
||||
<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 %}
|
||||
|
|
Loading…
Reference in a new issue