You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/08/20 18:28:02 UTC

[petri] branch master updated: Include a link to an index of Apache Way links

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

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri.git


The following commit(s) were added to refs/heads/master by this push:
     new 175d61b  Include a link to an index of Apache Way links
175d61b is described below

commit 175d61b31b3b3a0f0da6e6d0c846494326624b4f
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Fri Aug 20 11:27:55 2021 -0700

    Include a link to an index of Apache Way links
---
 theme/apache/templates/base.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index dcd6215..1b839a2 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -148,6 +148,9 @@ li {
             <a class="nav-link" href="/projects">Projects</a>
           </li>
           <li class="nav-item active">
+            <a class="nav-link" href="/way">The Way</a>
+          </li>
+          <li class="nav-item active">
             <a class="nav-link" href="/cookbook">Cookbook</a>
           </li>
           <li class="nav-item active">