This commit is contained in:
Daniel Hladek 2020-01-25 18:40:43 +01:00
parent 49886c4c3e
commit 5bbdb9d3fa

View File

@ -12,7 +12,7 @@ content:
--- ---
<ul> <ul>
{% for p in page.collection %} {% for p in page.collection %}
<li><a href="{{ p.path }}">{{ p.title }}</a></li> <li><a href="{{ p.folder }}">{{ p.title }}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>