Update default.html
This commit is contained in:
parent
700fce25a2
commit
076d77c040
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
|
<br><a href="{{ entry.url }}">{{ entry.page }}</a>
|
||||||
{% if entry.subsubfolderitems[0] %}
|
{% if entry.subsubfolderitems[0] %}
|
||||||
{% for subentry in entry.subsubfolderitems %}
|
{% for subentry in entry.subsubfolderitems %}
|
||||||
<br> <a href="{{ subentry.url }}">{{ subentry.page }}</a>
|
<br> <a href="{{ subentry.url }}">{{ subentry.page }}</a> <br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue