mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-02-06 20:27:02 +01:00
8 lines
291 B
HTML
8 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 %}
|