Updated menus to more closely match current

This commit is contained in:
Nathan Byrd 2022-02-04 11:11:00 -06:00
parent b5b0cc3ac5
commit ae45df913b
12 changed files with 23 additions and 27 deletions

View file

@ -44,17 +44,16 @@
<li>{{section}}</li>
<ul>
{% else %}
{% endif %}
{% if subdir != prevsubdir %}
{% if subdir != "NONE" and subdir != prevsubdir %}
<li>{{subsection}}</li>
<ul>
{% endif %}
{% endif %}
{% if doc.url != page.url %}
<li><a href="{{site.baseurl}}{{doc.url}}">{{doc.title}}</a></li>
<li><a href="{{site.baseurl}}{{doc.url}}">{{doc.title}}</a></li>
{% else %}
<li class="active-nav">{{doc.title}}</li>
{% endif %}