zpwiki/pages/topics/default.md

19 lines
251 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:
2020-01-25 17:33:33 +00:00
items: "@self.children"
2020-01-25 17:27:21 +00:00
order:
by: date
dir: dest
---
2020-01-25 17:39:49 +00:00
<ul>
2020-01-25 17:30:35 +00:00
{% for p in page.collection %}
2020-01-25 17:43:59 +00:00
<li><a href="{{ p.url }}">{{ p.title }}</a></li>
2020-01-25 17:27:21 +00:00
{% endfor %}
2020-01-25 17:39:49 +00:00
</ul>
2020-01-25 17:27:21 +00:00