add donation link to home page

This commit is contained in:
Kay Faraday 2024-08-04 15:33:50 -07:00
parent 93e669b46c
commit 2e6882bafa
2 changed files with 7 additions and 0 deletions

View File

@ -11,3 +11,6 @@
<main>
{% block content %}{% endblock content %}
</main>
<footer>
{% block footer %}{% endblock footer %}
</footer>

View File

@ -17,3 +17,7 @@
<li>A wiki editable only by admins, for documenting rules, history, and donation information.
</ul>
{% endblock content %}
{% block footer %}
<p><a href="https://lab.freak.university/FreakU/freaku-homepage">Source code/history of this site</a></p>
<p><a href="/donate.html">Support your local school with a donation</a></p>
{% endblock footer %}