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:40:43 +00:00
|
|
|
<li><a href="{{ p.folder }}">{{ 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
|
|
|
|