dmytro_ushatenko/pages/topics/default.md
2020-01-25 18:32:15 +01:00

19 lines
234 B
Markdown

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