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 8f6125c HOP-2590 added missing slash for childless menu items
new 0c4b035 Merge pull request #24 from bamaer/HOP-2590
8f6125c is described below
commit 8f6125c0ae3982d015e76e7086a2a080430e482b
Author: Bart Maertens <[email protected]>
AuthorDate: Fri Mar 5 17:20:34 2021 +0100
HOP-2590 added missing slash for childless menu items
---
antora-ui-hop/src/partials/header-content.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/antora-ui-hop/src/partials/header-content.hbs
b/antora-ui-hop/src/partials/header-content.hbs
index 9d72ea9..28bd578 100644
--- a/antora-ui-hop/src/partials/header-content.hbs
+++ b/antora-ui-hop/src/partials/header-content.hbs
@@ -10,7 +10,7 @@
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">{{name}}</a>
{{else}}
- <a class="navbar-item"
href="{{../../siteRootPath}}{{url}}">{{name}}</a>
+ <a class="navbar-item"
href="{{../../siteRootPath}}/{{url}}">{{name}}</a>
{{/if}}
{{#if children}}
<div class="navbar-dropdown">