zpwiki/pages/topics/default.md

19 lines
234 B
Markdown
Raw Normal View History

2020-01-25 17:27:21 +00:00
---
title: "Témy a projekty"
2020-01-25 17:32:15 +00:00
cache_enable: false
2020-01-25 17:27:21 +00:00
process:
markdown: false
twig: true
content:
items: "self.children"
order:
by: date
dir: dest
---
2020-01-25 17:30:35 +00:00
{% for p in page.collection %}
2020-01-25 17:27:21 +00:00
<h2>{{ p.title }}</h2>
{% endfor %}