diff options
| author | foswret <foswret@posteo.com> | 2026-03-23 10:59:35 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2026-03-23 10:59:35 -0500 |
| commit | 91c4cd062960cfc9f81e4816c58844aa8413745d (patch) | |
| tree | ce7c5a485152e9eac9f5e47cff5885134f202c5a /templates/base.html | |
| parent | b1c4ed512419798d876e05fe77ef94401db32935 (diff) | |
change style.css, change navbar font style & structure
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html index 752d091..7e9a668 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,13 +8,13 @@ <title>CHANGE ME</title> </head> +<body> {% include "partials/header.html" %} -{% include "partials/nav.html" %} -<body> - <section class="section"> - {% block content %} {% endblock content %} - </section> -</body> +<main> + {% block content %} {% endblock content %} + {% include "partials/footer.html" %} +</main> +</body> </html> |
