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 @@
    #}
    <main>
    <div class="visually-hidden"><a id="main-content" tabindex="-1"></a></div>
    <header class="content-header clearfix">
    <div class="layout-container">
    {{ page.breadcrumb }}
    {{ page.header }}
    </div>
    </header>
    {% if page.breadcrumb or page.header %}
    <header class="content-header clearfix">
    <div class="layout-container">
    {{ page.breadcrumb }}
    {{ page.header }}
    </div>
    </header>
    {% endif %}
    <div class="layout-container">
    {{ page.pre_content }}
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment