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 class="content">{% block content %}{% endblock %}</div>
</div> </div>
<footer> <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> </footer>
{% block footer %}{% endblock %} {% block footer %}{% endblock %}
</body> </body>