From 47f593cf330c6d2124b023ee9f64d71f77994414 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 7 Apr 2020 16:05:26 +0200 Subject: [PATCH] =?UTF-8?q?N=C3=A1zev=20webu=20vek=C3=BDmi=20p=C3=ADsmeny?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 2 +- templates/section.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7539f10..d766c88 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,7 +4,7 @@ - {% block title %}{{ config.title }}{% endblock title %} + {% block title %}{{ config.title | upper }}{% endblock title %} diff --git a/templates/section.html b/templates/section.html index 08df5c9..ed2eff2 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,6 +1,6 @@ {% extends "index.html" %} -{% block title %}{{ config.title }} – {{ section.title }}{% endblock %} +{% block title %}{{ config.title | upper }} – {{ section.title }}{% endblock %} {% block nav %}