Commit 5d8527d1 authored by Stefan Behnel's avatar Stefan Behnel

Add handshake emoji to donations banner to make it more visible.

parent 9bda004b
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{{ super() }} {{ super() }}
{% if pagename != "src/donating" %} {% if pagename != "src/donating" %}
<div style="width: 100%; height: 3em; vertical-align: middle; text-align: center; font-weight: bold; background-color: lightgray; border: solid red 1px"> <div style="width: 100%; height: 3em; vertical-align: middle; text-align: center; font-weight: bold; background-color: lightgray; border: solid red 1px">
<p style="font-size: 110%">Like the tool? Help making it better! <a href="{{ pathto("src/donating") }}">Your donation helps!</a></p> <p style="font-size: 110%">🤝 Like the tool? Help making it better! <a href="{{ pathto("src/donating") }}">Your donation helps!</a> 🤝</p>
</div> </div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment