This commit is contained in:
Daniel Hladek 2020-01-26 15:33:51 +01:00
parent 1a7179c4f4
commit 1f42411b00
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
title: Vzorný študent 2016
taxonomies:
taxonomy:
type: student
start_year: 2016
teacher: hladek

View File

@ -1,6 +1,6 @@
---
title: Vzorový študent 2017
taxonomies:
taxonomy:
type: student
start_year: 2017
teacher: hladek

View File

@ -13,7 +13,7 @@ content:
<h2>Predmety</h2>
<ul>
{{ dump(taxonomy.taxonomy) }}
{{ dump(taxonomy) }}
{% for p in page.collection %}
<li><a href="{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}