You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/04/15 12:32:35 UTC

[activemq-website] branch main updated: fix the Home entry in Nav menu to link to site root

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 9df5df6  fix the Home entry in Nav menu to link to site root
9df5df6 is described below

commit 9df5df682ca0cd9535fcdd1613d717eddd13e902
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Apr 15 13:32:04 2021 +0100

    fix the Home entry in Nav menu to link to site root
---
 src/_includes/nav.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/_includes/nav.html b/src/_includes/nav.html
index ac42a99..1c737d2 100644
--- a/src/_includes/nav.html
+++ b/src/_includes/nav.html
@@ -9,7 +9,7 @@
         <div class="ml-auto collapse navbar-collapse" id="navbarContent">
             <ul class="navbar-nav ml-auto">
                 <li class="nav-item">
-                    <a class="nav-link active" href="{{site.baseurl}}">Home</a>
+                    <a class="nav-link active" href="{{site.baseurl}}/">Home</a>
                 </li>
                 <li class="nav-item dropdown">
                     <a class="nav-link" id="navbarDropdownComponents" data-target="#" href="" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Components<span class="caret"></span></a>