From d33b92dd20eac6a808075d7157738f1fccd0d6c0 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 29 Dec 2019 13:42:56 +0100 Subject: [PATCH] Recept vypisuje zdroj --- templates/page.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/page.html b/templates/page.html index c4acb82..5b123c7 100644 --- a/templates/page.html +++ b/templates/page.html @@ -16,8 +16,9 @@ {% if page.extra.image %}Náhled{% endif %}
- {% if page.extra.portions %}Porce: {{ page.extra.portions }}{% endif %} - {% if page.extra.time %}Doba přípravy: {{ page.extra.time }} min{% endif %} + {% if page.extra.portions %}Porce: {{ page.extra.portions }}{% endif %} + {% if page.extra.time %}Doba přípravy: {{ page.extra.time }} min{% endif %} + {% if page.extra.source %}Zdroj: {{ page.extra.source }}{% endif %}
{{ page.content | safe }}