Skip to content

Commit

Permalink
Update page.html
Browse files Browse the repository at this point in the history
Add header exclusion for landing pages
  • Loading branch information
Allen-Dio authored Feb 14, 2025
1 parent ac13724 commit d40cd9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-59C3BGK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

{%- include header.liquid -%}
{% unless page.hide_header %}
{% include header.html %}
{% endunless %}

<main class="main" role="main">
<article class="container">
Expand All @@ -24,4 +26,4 @@
{%- include cookies-consent.liquid id="cookies-consent" -%}

</body>
</html>
</html>

0 comments on commit d40cd9b

Please sign in to comment.