diff options
| -rw-r--r-- | templates/wiki/base.html | 2 | 
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>  Home  |