Skip to content

Commit

Permalink
Import cookie banner partial into core layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kr8n3r committed May 8, 2021
1 parent db7e9d0 commit 6256243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/source/layouts/core.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

<body class="govuk-template__body">
<script>document.body.className = ((document.body.className) ? document.body.className + ' js-enabled' : 'js-enabled');</script>
<%= partial 'layouts/cookie_banner' %>

<div class="app-pane">
<div class="app-pane__header toc-open-disabled">
Expand Down

0 comments on commit 6256243

Please sign in to comment.