This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6c4a1bb Add some more menu items
6c4a1bb is described below
commit 6c4a1bbf67b270ed7871df379b14056a756fd643
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Apr 27 22:06:05 2020 -0500
Add some more menu items
---
theme/apache/templates/base.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 2db7577..9328aa6 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -54,6 +54,12 @@
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item active">
+ <a class="nav-link" href="/projects">Projects</a>
+ </li>
+ <li class="nav-item active">
+ <a class="nav-link" href="/mentors">Mentors</a>
+ </li>
+ <li class="nav-item active">
<a class="nav-link" href="/faq">FAQ</a>
</li>
</ul>