Fixing spacing
This commit is contained in:
parent
0efbd79a00
commit
94b65faa31
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue