aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/nav.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-04-02 18:19:14 -0500
committerfoswret <foswret@posteo.com>2026-04-02 18:19:14 -0500
commite284d708d377b76f7484f9ddd5fd055c2c75f18a (patch)
tree9f6bad9d88901a80a49c73b2bf3ab7bbd3d3b648 /templates/partials/nav.html
parent91c4cd062960cfc9f81e4816c58844aa8413745d (diff)
simplify css, add image gradient, fix rss path
Diffstat (limited to 'templates/partials/nav.html')
-rw-r--r--templates/partials/nav.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/partials/nav.html b/templates/partials/nav.html
index f1f7d9b..b9c4cd7 100644
--- a/templates/partials/nav.html
+++ b/templates/partials/nav.html
@@ -2,6 +2,11 @@
{% for item in config.extra.navbar_items %}
<nav class="header-item">
<a class="nav-item" href="{{ get_url(path=item.url) }}">{{ item.name }}</a>
+
+ <span style="color: white">{{ item.divider }}</span>
</nav>
+
{% endfor %}
{% endif %}
+
+</div>