zpwiki/pages/topics/default.md
2020-01-25 18:41:29 +01:00

19 lines
252 B
Markdown

---
title: "Témy a projekty"
process:
markdown: false
twig: true
content:
items: "@self.children"
order:
by: date
dir: dest
---
<ul>
{% for p in page.collection %}
<li><a href="{{ p.slug }}">{{ p.title }}</a></li>
{% endfor %}
</ul>