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 988d12d Fix lay-out for link-checker
988d12d is described below
commit 988d12db81eab6950fef52b2b8ee4f81e0974d5e
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Oct 15 17:39:15 2020 +0200
Fix lay-out for link-checker
---
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 42e4d2a..d8b9569 100644
--- a/antora-ui-hop/src/layouts/default.hbs
+++ b/antora-ui-hop/src/layouts/default.hbs
@@ -6,7 +6,7 @@
<body class="article">
<div 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
="/cookie-info/">cookies.</a>
+ 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>
</div>
<button id="cookies-eu-reject">Reject</button>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 546d6a1..f365c2b 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -20,7 +20,7 @@
<body class="article">
<div 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
="/cookie-info/">cookies.</a>
+ 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>
</div>
<button id="cookies-eu-reject">Reject</button>