mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
7 lines
291 B
HTML
7 lines
291 B
HTML
{% if pagename != "support" %}
|
|
<div id="support" style="text-align: center">
|
|
<form class="support-form" action="{{ pathto('support') }}" title="{{ _('Donate to support kitty development') }}">
|
|
<input type="submit" value="{{ _('Support kitty') }}">
|
|
</form>
|
|
</div>
|
|
{% endif %}
|