Skip to content

Commit

Permalink
HOP-2734 re-add cookie-banner class
Browse files Browse the repository at this point in the history
  • Loading branch information
bamaer committed Apr 2, 2021
1 parent 644e5f3 commit 232184a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions antora-ui-hop/src/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
{{> head defaultPageTitle='Untitled'}}
</head>
<body class="article">
<div id="cookies-eu-content">
<div>
<p><b>This website uses cookies</b></p>
We use cookies to anonymously analyze site traffic so we can offer you a better browsing experience. By continuing to visit this site, you accept the use of <a href ="{{siteRootPath}}/cookie-info/">cookies.</a>
</div>
<div id="cookies-buttons">
<button id="cookies-eu-accept">Accept</button>
<button id="cookies-eu-reject">Reject</button>
<div class="cookie-banner" id="cookies-eu-banner" style="display: none;">
<div id="cookies-eu-content">
<div>
<p><b>This website uses cookies</b></p>
We use cookies to anonymously analyze site traffic so we can offer you a better browsing experience. By continuing to visit this site, you accept the use of <a href ="{{siteRootPath}}/cookie-info/">cookies.</a>
</div>
<div id="cookies-buttons">
<button id="cookies-eu-accept">Accept</button>
<button id="cookies-eu-reject">Reject</button>
</div>
</div>
</div>
{{> header}}
Expand Down

0 comments on commit 232184a

Please sign in to comment.