From d4a18e833695034723eccaeffd990219368e04c4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 9 Oct 2023 15:59:32 +0000 Subject: [PATCH] base: Add link to the documentation to the main nav Signed-off-by: Michael Tremer --- src/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/base.html b/src/templates/base.html index 1e69dddb..658a4411 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -93,6 +93,8 @@ {{ _("About") }} + {{ _("Documentation") }} + {{ _("Download") }} {{ _("Blog") }} @@ -345,4 +347,4 @@ {% block javascript %}{% end block %} - \ No newline at end of file + -- 2.47.3