mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-29 14:06:09 +02:00
Updated menus to more closely match current
This commit is contained in:
parent
b5b0cc3ac5
commit
ae45df913b
12 changed files with 23 additions and 27 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue