This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tapestry-5-site-builder.git
commit ec0ce5880e80e288df03e47fd37b8edb88c1f390 Author: Volker Lamp <[email protected]> AuthorDate: Sat Apr 18 17:13:18 2026 +0200 Add Support to main nav --- supplemental-ui/partials/header-content.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/supplemental-ui/partials/header-content.hbs b/supplemental-ui/partials/header-content.hbs index 9eb8810..cea72f7 100644 --- a/supplemental-ui/partials/header-content.hbs +++ b/supplemental-ui/partials/header-content.hbs @@ -26,6 +26,7 @@ </div> </div> <a class="navbar-item" href="{{siteRootPath}}/main/community.html">Community</a> + <a class="navbar-item" href="{{siteRootPath}}/main/support.html">Support</a> <a class="navbar-item" href="{{siteRootPath}}/main/developers.html">Developers</a> <div class="navbar-item has-dropdown is-hoverable"> <a class="navbar-link" href="#">Apache</a>
