File: support.html

package info (click to toggle)
kitty 0.19.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,020 kB
  • sloc: ansic: 149,812; python: 29,994; objc: 3,485; makefile: 78; sh: 31
file content (7 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
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 %}