From 91c4cd062960cfc9f81e4816c58844aa8413745d Mon Sep 17 00:00:00 2001 From: foswret Date: Mon, 23 Mar 2026 10:59:35 -0500 Subject: change style.css, change navbar font style & structure --- templates/base.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/base.html') 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 @@ CHANGE ME + {% include "partials/header.html" %} -{% include "partials/nav.html" %} - -
- {% block content %} {% endblock content %} -
- +
+ {% block content %} {% endblock content %} + {% include "partials/footer.html" %} +
+ -- cgit v1.2.3