Skip to content
Snippets Groups Projects
Commit ed9521f4 authored by schiz0id's avatar schiz0id Committed by Vladimir Roudakov
Browse files

Issue #3324789 by schiz0id: H1 tags being rendered by page-title.html.twig...

Issue #3324789 by schiz0id: H1 tags being rendered by page-title.html.twig even when the title is undefined
parent ef8db4ec
No related branches found
No related tags found
1 merge request!23Update page-title.html.twig to use the same filters as Olivero theme so empty...
......@@ -13,7 +13,7 @@
*/
#}
{{ title_prefix }}
{% if title %}
{% if title|render|striptags|trim %}
<h1{{ title_attributes.addClass(['display-4', 'text-center', 'page-title']) }}>{{ title }}</h1>
{% endif %}
{{ title_suffix }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment