Skip to content
Snippets Groups Projects
Verified Commit 5360e3bd authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3472319 by prashant.c, f0ns, bebalachandra, markconroy: Header is...

Issue #3472319 by prashant.c, f0ns, bebalachandra, markconroy: Header is always shown in Claro even when regions in it are empty
parent acd24cb3
No related branches found
No related tags found
No related merge requests found
...@@ -41,12 +41,14 @@ ...@@ -41,12 +41,14 @@
#} #}
<main> <main>
<div class="visually-hidden"><a id="main-content" tabindex="-1"></a></div> <div class="visually-hidden"><a id="main-content" tabindex="-1"></a></div>
<header class="content-header clearfix"> {% if page.breadcrumb or page.header %}
<div class="layout-container"> <header class="content-header clearfix">
{{ page.breadcrumb }} <div class="layout-container">
{{ page.header }} {{ page.breadcrumb }}
</div> {{ page.header }}
</header> </div>
</header>
{% endif %}
<div class="layout-container"> <div class="layout-container">
{{ page.pre_content }} {{ page.pre_content }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment