This is an automated email from the ASF dual-hosted git repository.
mattrpav 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 4deb62c [AMQ-8370] Revert News page link until news page is fixed
new 235c731 Merge pull request #59 from mattrpav/AMQ-8370
4deb62c is described below
commit 4deb62c3da5bc58038bc9117def93617eeec1453
Author: Matt Pavlovich <[email protected]>
AuthorDate: Wed Sep 1 13:34:50 2021 -0500
[AMQ-8370] Revert News page link until news page is fixed
---
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 47dc595..2977268 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}}/news">News</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>