This commit is contained in:
Daniel Hladek 2020-01-25 18:41:29 +01:00
parent 5bbdb9d3fa
commit 74eeff4f3b

View File

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