diff --git a/templates/page.html b/templates/page.html index 2ed7e32..514186e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -23,7 +23,13 @@

Příklady dobré praxe

{% for page in section.pages %} - {{ page.title }} + + {% if page.extra.short_title %} + {{ page.extra.short_title }} + {% else %} + {{ page.title }} + {% endif %} + {% endfor %}
{% endif %}