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/partials/footer.html | 4 ++++
templates/partials/header.html | 14 +++++++++++++-
templates/partials/nav.html | 4 ++--
3 files changed, 19 insertions(+), 3 deletions(-)
create mode 100644 templates/partials/footer.html
(limited to 'templates/partials')
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
new file mode 100644
index 0000000..472d9ea
--- /dev/null
+++ b/templates/partials/footer.html
@@ -0,0 +1,4 @@
+
diff --git a/templates/partials/header.html b/templates/partials/header.html
index 9dbc6eb..3400a2b 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -1,4 +1,16 @@
+
+
{% if config.title %}
- {{ config.title }}
+
{% endif %}
+
+
+
+
+
+
diff --git a/templates/partials/nav.html b/templates/partials/nav.html
index f8c0eff..f1f7d9b 100644
--- a/templates/partials/nav.html
+++ b/templates/partials/nav.html
@@ -1,7 +1,7 @@
{% if config.extra.navbar_items %}
{% for item in config.extra.navbar_items %}
-