Fixed footer

This commit is contained in:
Boyan 2024-12-08 01:16:03 +01:00
parent 998f7ae2e3
commit 002fb6a943

View File

@ -44,7 +44,7 @@
<div class="content">{% block content %}{% endblock %}</div>
</div>
<footer>
<p>Shortn 2024, <a href="confest.im">confestim</a></p>
<p>Shortn 2024, <a href="https://github.com/confestim/shortn">confestim</a></p>
</footer>
{% block footer %}{% endblock %}
</body>