summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-07-26 00:42:09 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-07-26 00:42:33 +0200
commit5d8527d196c2ffd45b345ae31cac856f0c8fdc07 (patch)
tree87d055a1361c011b8613d1b41fb7232a331cd1cf
parent9bda004bbc43513baadf768bc2510d636ea563b7 (diff)
downloadcython-5d8527d196c2ffd45b345ae31cac856f0c8fdc07.tar.gz
Add handshake emoji to donations banner to make it more visible.
-rw-r--r--docs/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 5005cd75c..814971239 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -4,7 +4,7 @@
{{ super() }}
{% 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">
- <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>
{% endif %}
{% endblock %}