Merge branch 'nav-reorg'

This commit is contained in:
Zachary Klosko 2020-05-22 17:19:22 -04:00
commit 7834032277
8 changed files with 46 additions and 79 deletions

View file

@ -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> &nbsp; -- <a href="{{ subentry.url }}">{{ subentry.page }}</a>
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}