From d396f6597848c72b591fb99a9a9b5f67e11bd8c1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Farka?= <stepanfarka11@gmail.com>
Date: Wed, 13 Jul 2022 12:59:23 +0200
Subject: [PATCH] [ADD] link to HP from page title

---
 district/templates/district/base.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/district/templates/district/base.html b/district/templates/district/base.html
index 6d9c6722..04ae5e94 100644
--- a/district/templates/district/base.html
+++ b/district/templates/district/base.html
@@ -82,7 +82,9 @@
           <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>
+              <a href="/">
+                  <strong class="text-white">{{ page.root_page.title }}</strong>
+              </a>
               {% 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