aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/nav.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-03-23 10:59:35 -0500
committerfoswret <foswret@posteo.com>2026-03-23 10:59:35 -0500
commit91c4cd062960cfc9f81e4816c58844aa8413745d (patch)
treece7c5a485152e9eac9f5e47cff5885134f202c5a /templates/partials/nav.html
parentb1c4ed512419798d876e05fe77ef94401db32935 (diff)
change style.css, change navbar font style & structure
Diffstat (limited to 'templates/partials/nav.html')
-rw-r--r--templates/partials/nav.html4
1 files changed, 2 insertions, 2 deletions
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 %}
-<nav>
- <a href="{{ get_url(path=item.url) }}">{{ item.name }}</a>
+<nav class="header-item">
+ <a class="nav-item" href="{{ get_url(path=item.url) }}">{{ item.name }}</a>
</nav>
{% endfor %}
{% endif %}