zpwiki/pages/topics/default.md

19 lines
252 B
Markdown
Raw Normal View History

2020-01-25 17:27:21 +00:00
---
title: "Témy a projekty"
process:
markdown: false
twig: true
content:
items: "self.children"
order:
by: date
dir: dest
---
{% for p in page.collection.order('folder','asc') %}
<h2>{{ p.title }}</h2>
{{ p.summary }}
{% endfor %}