You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/overrides/main.html

22 lines
415 B

{% extends "base.html" %}
{% block announce %}
Docs built by Pull Request - Do not use these.
{% endblock %}
{% block content %}
{{ super() }}
<footer class="sponsorship">
<hr />
<a href="https://github.com/sponsors/TRaSH-" title="Buy me a Coffee"
><img
src="/img/buy-me-a-coffee.png"
alt="Buy me a coffee"
width="137"
height="39"
/>
</a>
<hr />
</footer>
{% endblock %}