Update default.html
This commit is contained in:
parent
076d77c040
commit
b4b5057e94
|
@ -47,7 +47,7 @@
|
|||
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
|
||||
{% if entry.subsubfolderitems[0] %}
|
||||
{% for subentry in entry.subsubfolderitems %}
|
||||
<br> <a href="{{ subentry.url }}">{{ subentry.page }}</a> <br>
|
||||
<br> <a href="{{ subentry.url }}">{{ subentry.page }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue