From 652e5ea12df3617308e905c2d32c04471fc9f1c9 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 27 Feb 2021 10:56:03 +0100 Subject: [PATCH] =?UTF-8?q?Mo=C5=BEnost=20specifikovat=20kr=C3=A1tk=C3=BD?= =?UTF-8?q?=20n=C3=A1zev=20p=C5=99=C3=ADsp=C4=9Bvku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/page.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 %}