diff --git a/content/uchazeci/prijimaci_rizeni/_index.md b/content/uchazeci/prijimaci_rizeni/_index.md index 15210aa..bd3b917 100644 --- a/content/uchazeci/prijimaci_rizeni/_index.md +++ b/content/uchazeci/prijimaci_rizeni/_index.md @@ -1,5 +1,8 @@ +++ title = "Přijímací řízení pro rok 2021/2022" + +[extra] +short_title = "Přijímací řízení" +++ Na katedře informačních technologií a technické výchovy Pedagogické diff --git a/templates/macros.html b/templates/macros.html index 8e47176..5a27d45 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -34,7 +34,11 @@ ♣ {% endif %} - {{ subsection.title }} + {% if subsection.extra.short_title %} + {{ subsection.extra.short_title }} + {% else %} + {{ subsection.title }} + {% endif %} {% endfor %}