update module
This commit is contained in:
parent
47b18c8014
commit
f5d9873de7
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
.navbar-brand img { height: 36px; }
|
.navbar-brand img { height: 36px; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="d-flex flex-column min-vh-100">
|
||||||
<nav class="navbar navbar-expand-lg bg-white border-bottom">
|
<nav class="navbar navbar-expand-lg bg-white border-bottom">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand d-flex align-items-center" href="/">
|
<a class="navbar-brand d-flex align-items-center" href="/">
|
||||||
|
|
@ -35,11 +35,11 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main class="container py-4">
|
<main class="container py-4 flex-grow-1">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</main>
|
</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">
|
<div class="container d-flex justify-content-between">
|
||||||
<span class="text-muted">© {{ now|date:'Y' }} FragDenRat</span>
|
<span class="text-muted">© {{ now|date:'Y' }} FragDenRat</span>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue