From 7832b929913d606448cc0c37e8443e0100c10933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Farka?= <stepanfarka11@gmail.com> Date: Wed, 8 Jun 2022 11:47:58 +0200 Subject: [PATCH] [ADD] page title to header --- district/templates/district/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/district/templates/district/base.html b/district/templates/district/base.html index c813810a3..bf84632a7 100644 --- a/district/templates/district/base.html +++ b/district/templates/district/base.html @@ -77,7 +77,7 @@ <div v-if="show || isLgScreenSize" class="navbar__external navbar__section navbar__section--expandable container-padding--zero lg:container-padding--auto lg:flex lg:space-x-8 lg:pb-2"> <div class="text-grey-200 text-sm lg:space-x-8 leading-loose lg:leading-normal"> - + <strong class="text-white">{{ page.root_page.title }}</strong> {% if page.root_page.show_pirati_cz_link %} <a href="https://www.pirati.cz" class="contact-line icon-link content-block--nostyle block lg:inline-block" target="_blank" rel="noopener noreferrer"> <i class="ico--home"></i> -- GitLab