Compare commits

...

1 Commits

Author SHA1 Message Date
4fb13e9136 Footer immer Unten 2025-04-05 12:43:49 +02:00

View File

@@ -10,8 +10,13 @@
</head>
<body>
{% include 'partials/_nav.html' %}
{% block content%}{% endblock %}
{% include 'partials/_footer.html' %}
<div class="flex flex-col h-screen overflow-x-hidden">
{% block content%}{% endblock %}
<div class="fixed bottom-0 w-full">
{% include 'partials/_footer.html' %}
</div>
</div>
{% block extra_js %}{% endblock %}
</body>
</html>