From f84b61e0a17a946965bc4e0941204739a633fe54 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 9 Oct 2023 16:10:34 +0000 Subject: [PATCH] base: Remove all sorts of references to the old wiki Signed-off-by: Michael Tremer --- src/templates/base.html | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index b5cc0262..5ff1e81d 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -34,8 +34,6 @@ {{ _("Nopaste") }} {% elif hostname.startswith("location.") %} {{ _("Location") }} - {% elif hostname.startswith("wiki.") %} - {{ _("Wiki") }} {% end %} @@ -176,22 +174,6 @@ - {% elif hostname == "wiki.ipfire.org" %} - - - {% end %} {% end block %} @@ -256,8 +238,8 @@
  • - - {{ _("Wiki") }} + + {{ _("Documentation") }}
  • @@ -266,7 +248,7 @@
  • - + {{ _("Development") }}
  • -- 2.47.3