Updates to navs

This commit is contained in:
hiromipaw 2018-02-15 16:32:55 +01:00
parent 5c61f1f652
commit a56b1dbdbc

View File

@ -16,11 +16,12 @@
{% endfor %}
</div>
<hr />
</nav>
<nav class="col-sm-3 col-md-2 d-none d-sm-block section-nav bg-white sidebar sidetopics" id="sidenav-topics">
<h4 class="text-primary offset-md-1">Topics</h4>
<h4 class="text-primary offset-md-1">Topics</h4>
<ul class="nav nav-pills flex-column">
{% set topicbag = 'topics+' + this.alt %}
{% for id, item in bag(topicbag).items() %}