Extending nav

This commit is contained in:
Zachary Klosko 2020-05-18 11:59:37 -04:00
parent c99abd6021
commit 0efbd79a00
2 changed files with 45 additions and 3 deletions

View file

@ -58,6 +58,7 @@
<br><strong>{{ item.title }}</strong>
{% if item.subfolderitems[0] %}
{% for entry in item.subfolderitems %}
<br><i>{{ item.subtitle }}</i>
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
{% if entry.subsubfolderitems[0] %}
{% for subentry in entry.subsubfolderitems %}