Merge branch 'nav-reorg'
This commit is contained in:
commit
7834032277
8 changed files with 46 additions and 79 deletions
|
@ -76,11 +76,6 @@
|
|||
{% if item.subfolderitems[0] %}
|
||||
{% for entry in item.subfolderitems %}
|
||||
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
|
||||
{% if entry.subsubfolderitems[0] %}
|
||||
{% for subentry in entry.subsubfolderitems %}
|
||||
<br> -- <a href="{{ subentry.url }}">{{ subentry.page }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue