Fixing spacing

This commit is contained in:
Zachary Klosko 2020-05-18 12:07:26 -04:00
parent 0efbd79a00
commit 94b65faa31
1 changed files with 2 additions and 0 deletions

View File

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