Skip to content
Snippets Groups Projects
Verified Commit bca9ac93 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

(cherry picked from commit 5360e3bd)
parent 3704395c
No related branches found
No related tags found
4 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #292218 passed with warnings
Pipeline: drupal

#292222

    ...@@ -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.
    Please register or to comment