templates/page.tmpl: fix sticky footer
All checks were successful
/ deploy (push) Successful in 24s

This commit is contained in:
Antoine Martin 2024-09-17 17:36:06 +00:00
parent f9236e6b9d
commit fe8895cde5
63 changed files with 584 additions and 363 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-100">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -44,9 +44,10 @@
</head>
<body>
<body class="d-flex flex-column h-100">
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light border">
<header>
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light border">
<div class="container-fluid">
<a class="navbar-brand me-auto" href="">
<img alt="Ayakael" src="favicon.png" width="48" height="48" />
@ -86,7 +87,9 @@
</div>
</div>
</nav>
</header>
<main class="flex-shrink-0 mt-auto">
<div class="container" id="content">
<p><header class="text-center">
<img src="images/avatar-rounded-200x200.png" />
@ -123,17 +126,18 @@
<div class="pagedate text-muted">
<span class="created">Created <time datetime="2024-09-12T13:15:12Z" class="dt-published">Thu Sep 12 13:15:12 2024</time>.</span>
<span class="created">Created <time datetime="2024-09-17T17:36:00Z" class="dt-published">Tue Sep 17 17:36:00 2024</time>.</span>
<span class="edited">
Edited <time datetime="2024-09-12T13:15:12Z">Thu Sep 12 13:15:12 2024</time>.
Edited <time datetime="2024-09-17T17:36:00Z">Tue Sep 17 17:36:00 2024</time>.
</span>
</div>
</div> <!-- /container -->
</main>
<footer class="footer pb-3 pt-3" role="contentinfo">
<footer class="footer mt-auto bg-light py-2" role="contentinfo">
<div class="container">
<div class="row text-muted">
<div class="col-sm">