Issue #3177231 by mherchel, ayushmishra206, kostyashupenko, nitesh624, markdorison, lauriii: Olivero homepage has an empty title block div with an empty H1

merge-requests/65/head
Lauri Eskola 2020-11-24 17:58:06 +02:00
parent 3e9b1625ec
commit cee06ebf88
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
%}
{{ title_prefix }}
{% if title %}
{% if title|render|striptags|trim %}
<h1{{ title_attributes.addClass(classes) }}>{{ title }}</h1>
{% endif %}
{{ title_suffix }}