mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 13:34:48 +02:00
Add a support page
Also fix a few links flagged by make linkcheck
This commit is contained in:
7
docs/_templates/support.html
vendored
Normal file
7
docs/_templates/support.html
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user