mirror of https://github.com/TRaSH-/Guides.git
18 lines
329 B
HTML
18 lines
329 B
HTML
{% extends "base.html" %}
|
|
|
|
{% 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 %}
|