More nav work

This commit is contained in:
Zachary Klosko 2020-05-18 12:53:06 -04:00
parent 94b65faa31
commit 1e6263233d
2 changed files with 6 additions and 6 deletions

View file

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