zpwiki/pages/topics/default.md
2020-01-25 18:30:35 +01:00

18 lines
214 B
Markdown

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