This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git
The following commit(s) were added to refs/heads/master by this push:
new 232184a HOP-2734 re-add cookie-banner class
new d10d0c6 Merge pull request #40 from bamaer/master
232184a is described below
commit 232184a5eca75eae79b16a4b649279feb0014016
Author: Bart Maertens <[email protected]>
AuthorDate: Fri Apr 2 09:21:39 2021 +0200
HOP-2734 re-add cookie-banner class
---
antora-ui-hop/src/layouts/default.hbs | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/antora-ui-hop/src/layouts/default.hbs
b/antora-ui-hop/src/layouts/default.hbs
index 495bc2b..35c5f10 100644
--- a/antora-ui-hop/src/layouts/default.hbs
+++ b/antora-ui-hop/src/layouts/default.hbs
@@ -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}}