From 5cdc5cb846e6e36d3f4cb928da937f6873a2d89d Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 9 Nov 2023 10:20:04 +0100 Subject: [PATCH] =?UTF-8?q?OpenGraph=20pro=20jednotliv=C3=A9=20recepty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 1 + templates/macros.html | 22 +++++++++++++--------- templates/page.html | 6 ++++++ 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/templates/base.html b/templates/base.html index aef6648..2f4eeff 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,7 @@ {% block title %}{{ config.title }}{% endblock title %} + {% block head_extra %}{% endblock head_extra %}