Unverified Commit cee06ebf authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3177231 by mherchel, ayushmishra206, kostyashupenko, nitesh624,...

Issue #3177231 by mherchel, ayushmishra206, kostyashupenko, nitesh624, markdorison, lauriii: Olivero homepage has an empty title block div with an empty H1
parent 3e9b1625
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
%}

{{ title_prefix }}
{% if title %}
{% if title|render|striptags|trim %}
  <h1{{ title_attributes.addClass(classes) }}>{{ title }}</h1>
{% endif %}
{{ title_suffix }}