Footer immer Unten
This commit is contained in:
@@ -10,8 +10,13 @@
|
||||
</head>
|
||||
<body>
|
||||
{% include 'partials/_nav.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>
|
||||
Reference in New Issue
Block a user