aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/nav.html
diff options
context:
space:
mode:
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>