Skip to content
Snippets Groups Projects
Commit f43bed3c authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[FIX] page title instead of seo title for page header title

parent b7c66240
No related branches found
No related tags found
2 merge requests!569Release,!567Feature/misc enhancements 12
Pipeline #8932 passed
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment