From f43bed3c1e8a33ce206fcc00a0a767cb46134c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Farka?= <stepanfarka11@gmail.com> Date: Thu, 21 Jul 2022 12:20:28 +0200 Subject: [PATCH] [FIX] page title instead of seo title for page header title --- uniweb/templates/uniweb/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniweb/templates/uniweb/base.html b/uniweb/templates/uniweb/base.html index 973c8c7c..ca461fe2 100644 --- a/uniweb/templates/uniweb/base.html +++ b/uniweb/templates/uniweb/base.html @@ -54,7 +54,7 @@ <a href="/"> <img src="https://styleguide.pirati.cz/2.3.x/images/logo-round-white.svg" class="w-8" /> </a> - <a href="/" class="pl-4 font-bold text-xl lg:border-r lg:border-grey-300 lg:pr-8">{{ page.root_page.seo_title }}</a> + <a href="/" class="pl-4 font-bold text-xl lg:border-r lg:border-grey-300 lg:pr-8">{{ page.root_page.title }}</a> </div> {% if page.root_page.top_menu %} <div class="navbar__menutoggle my-4 flex justify-end lg:hidden"> -- GitLab