]> git.ipfire.org Git - ipfire.org.git/commitdiff
base: Move the download link to second position
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Nov 2024 11:33:34 +0000 (11:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Nov 2024 11:33:34 +0000 (11:33 +0000)
This feels more natural to me.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/base.html

index 4a48b546ca0331b4c8d12aa8ba22e250c3198ef4..0eb9add8322cf9b0fa60df160d58dc1ce936f2b2 100644 (file)
                                                                {% else %}
                                                                        <a class="navbar-item is-tab {% if request.path == "/about" %}is-active{% end %}" href="/about">{{ _("About") }}</a>
 
-                                                                       <a class="navbar-item is-tab {% if request.path.startswith("/docs") %}is-active{% end %}" href="/docs">{{ _("Documentation") }}</a>
-
                                                                        <a class="navbar-item is-tab {% if request.path.startswith("/download") %}is-active{% end %}" href="/download">{{ _("Download") }}</a>
 
+                                                                       <a class="navbar-item is-tab {% if request.path.startswith("/docs") %}is-active{% end %}" href="/docs">{{ _("Documentation") }}</a>
+
                                                                        <a class="navbar-item is-tab {% if request.path.startswith("/blog") %}is-active{% end %}" href="/blog">{{ _("Blog") }}</a>
 
                                                                        <a class="navbar-item is-tab" href="https://community.ipfire.org" target="_blank">{{ _("Community") }}</a>