update module

This commit is contained in:
Jonas Heinrich 2025-08-21 11:15:19 +02:00
parent 47b18c8014
commit f5d9873de7

View file

@ -13,7 +13,7 @@
.navbar-brand img { height: 36px; }
</style>
</head>
<body>
<body class="d-flex flex-column min-vh-100">
<nav class="navbar navbar-expand-lg bg-white border-bottom">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="/">
@ -35,11 +35,11 @@
</div>
</nav>
<main class="container py-4">
<main class="container py-4 flex-grow-1">
{% block content %}{% endblock %}
</main>
<footer class="border-top bg-white py-3 mt-4">
<footer class="border-top bg-white py-3 mt-auto">
<div class="container d-flex justify-content-between">
<span class="text-muted">&copy; {{ now|date:'Y' }} FragDenRat</span>
<nav>