This commit is contained in:
Daniel Hladek 2020-10-02 13:42:33 +02:00
parent 5c619b5a01
commit 4e55bfb750
9 changed files with 24 additions and 3 deletions

3
pages/02.browse/front.md Normal file
View File

@ -0,0 +1,3 @@
---
title: Obsah
---

21
pages/05.tags/default.md Normal file
View File

@ -0,0 +1,21 @@
---
title: Tagy
redirect: 'taxonomy?name=tag'
content:
items: @self.children
cache_enable: false
twig_first: true
process:
markdown: false
twig: true
---
<h1>Tagy</h1>
<ul>
{% for p in page.collection %}
<li><a href="{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
</ul>

View File

@ -1,3 +0,0 @@
---
title: Záverečné práce
---