This commit is contained in:
Daniel Hladek 2020-01-25 18:43:59 +01:00
parent 74eeff4f3b
commit c28ff37f2e

View File

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