summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2024-08-10 21:56:36 +0100
committerDaniil Baturin <daniil@baturin.org>2024-08-10 21:56:36 +0100
commitaa74ffa8852cef801164b6de6f3f710ec521fcfb (patch)
treee42ec022ee37180941c1452428b2ef23de51073e
parente2dcdeccfa4a3b2e22325b157bfa73a4f7855b9a (diff)
downloadcommunity.vyos.net-aa74ffa8852cef801164b6de6f3f710ec521fcfb.tar.gz
community.vyos.net-aa74ffa8852cef801164b6de6f3f710ec521fcfb.zip
Add missing links to the mobile version of the navigation menu
(which, by the way, should be just a different CSS of a the normal menu. but, alas, isn't)
-rw-r--r--templates/main.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/main.html b/templates/main.html
index 9c9417e..427318a 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -109,6 +109,8 @@
<div class="bottom-menu">
<a href="/get">GET VYOS</a>
<a href="/contribute">CONTRIBUTE</a>
+ <a href="/status">RELEASE STATUS</a>
+ <a href="https://docs.vyos.io">DOCUMENTATION</a>
<a href="http://vyos.io">COMMERCIAL SERVICES</a>
</div>
</div>