You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/11/09 16:11:28 UTC

[incubator-hop-website] branch master updated: add class to cookie banner

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 99afb86  add class to cookie banner
99afb86 is described below

commit 99afb86cb69a54e3626451dc11c1aa12466ed891
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Mon Nov 9 17:11:16 2020 +0100

    add class to cookie banner
---
 antora-ui-hop/src/layouts/default.hbs | 2 +-
 layouts/partials/header.html          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/antora-ui-hop/src/layouts/default.hbs b/antora-ui-hop/src/layouts/default.hbs
index d8b9569..95a698d 100644
--- a/antora-ui-hop/src/layouts/default.hbs
+++ b/antora-ui-hop/src/layouts/default.hbs
@@ -4,7 +4,7 @@
 {{> head defaultPageTitle='Untitled'}}
   </head>
   <body class="article">
-    <div id="cookies-eu-banner" style="display: none;">
+    <div class="cookie-banner" id="cookies-eu-banner" style="display: none;">
       <div id="cookies-eu-content">        
         By continuing to visit this site, you accept the use of <a href ="{{siteRootPath}}/cookie-info/">cookies.</a>
         <button id="cookies-eu-accept">Accept</button>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index f365c2b..ae8df37 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -18,7 +18,7 @@
 </head>
 
 <body class="article">
-    <div id="cookies-eu-banner" style="display: none;">
+    <div class="cookie-banner" id="cookies-eu-banner" style="display: none;">
         <div id="cookies-eu-content">        
             By continuing to visit this site, you accept the use of <a href ="{{ .Site.BaseURL}}cookie-info/">cookies.</a>
             <button id="cookies-eu-accept">Accept</button>