Skip to content

Commit

Permalink
move promo banner into header tag (#1798)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Kim
  • Loading branch information
chriskim2311 authored Nov 20, 2023
1 parent cdcf912 commit 437a0eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/site/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@
{% unless noHeader %}
{% include "src/site/includes/top-nav.html" %}
{% endunless %}

<!-- Banners -->
{% include "src/site/components/banners.drupal.liquid" %}
</header>

<!-- Fullwidth banner alerts -->
{% include "src/site/components/fullwidth_banner_alerts.drupal.liquid" %}

<!-- Banners -->
{% include "src/site/components/banners.drupal.liquid" %}

<script nonce="**CSP_NONCE**" type="text/javascript">
{% include "src/site/assets/js/skip-link-focus.js" %}
</script>

0 comments on commit 437a0eb

Please sign in to comment.