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
commit e3a3c123644e31fa5e55ea852e1bc05f4a945803 Author: Lucas Tétreault <[email protected]> AuthorDate: Wed Sep 1 13:29:03 2021 -0700 Put the news link back in the header --- 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 2977268..47dc595 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}}/news">News</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>
