zz
This commit is contained in:
parent
5c619b5a01
commit
4e55bfb750
3
pages/02.browse/front.md
Normal file
3
pages/02.browse/front.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
title: Obsah
|
||||||
|
---
|
21
pages/05.tags/default.md
Normal file
21
pages/05.tags/default.md
Normal 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>
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
title: Záverečné práce
|
|
||||||
---
|
|
Loading…
Reference in New Issue
Block a user