From: Michael Tremer Date: Wed, 27 Nov 2024 11:33:34 +0000 (+0000) Subject: base: Move the download link to second position X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=695842ff046bde8fef772d3eafbc9170ac309775;p=ipfire.org.git base: Move the download link to second position This feels more natural to me. Signed-off-by: Michael Tremer --- 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") }}