Add a support page

Also fix a few links flagged by make linkcheck
This commit is contained in:
Kovid Goyal
2018-05-30 12:08:20 +05:30
parent 61f7ce4dee
commit bbc1430420
6 changed files with 75 additions and 5 deletions

7
docs/_templates/support.html vendored Normal file
View 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 %}