aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wiki/base.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-04-12 16:33:39 +0100
committerGravatar Gareth Coles <[email protected]>2018-04-12 16:33:39 +0100
commit7766d89a5be192e473d4d0279953714c99702739 (patch)
tree1a9dd1a8b795bdc0aa7f8732bf4a88cfdcdad68f /templates/wiki/base.html
parent[Wiki] Lower initial header level to 3 (diff)
[Wiki] TOC divider should be inside conditional
Diffstat (limited to 'templates/wiki/base.html')
-rw-r--r--templates/wiki/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html
index 60f031b9..b09e9cba 100644
--- a/templates/wiki/base.html
+++ b/templates/wiki/base.html
@@ -50,8 +50,8 @@
<li><a href="{{ header.id }}">{{ header.title }}</a></li>
{% endif %}
{% endfor %}
+ <li class="uk-nav-divider"></li>
{% endif %}
- <li class="uk-nav-divider"></li>
{% endif %}
<li><a href="{{ url_for("wiki.page", page="home") }}">
<i class="uk-icon fas fa-fw fa-home"></i> &nbsp;Home