add donation link to home page
This commit is contained in:
parent
93e669b46c
commit
2e6882bafa
|
@ -11,3 +11,6 @@
|
||||||
<main>
|
<main>
|
||||||
{% block content %}{% endblock content %}
|
{% block content %}{% endblock content %}
|
||||||
</main>
|
</main>
|
||||||
|
<footer>
|
||||||
|
{% block footer %}{% endblock footer %}
|
||||||
|
</footer>
|
||||||
|
|
|
@ -17,3 +17,7 @@
|
||||||
<li>A wiki editable only by admins, for documenting rules, history, and donation information.
|
<li>A wiki editable only by admins, for documenting rules, history, and donation information.
|
||||||
</ul>
|
</ul>
|
||||||
{% endblock content %}
|
{% 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 %}
|
||||||
|
|
Loading…
Reference in New Issue