From 695842ff046bde8fef772d3eafbc9170ac309775 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 27 Nov 2024 11:33:34 +0000 Subject: [PATCH] base: Move the download link to second position This feels more natural to me. Signed-off-by: Michael Tremer --- src/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 4a48b546..0eb9add8 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -115,10 +115,10 @@ {% else %} {{ _("About") }} - {{ _("Documentation") }} - {{ _("Download") }} + {{ _("Documentation") }} + {{ _("Blog") }} {{ _("Community") }} -- 2.47.3