]> git.ipfire.org Git - ipfire.org.git/commitdiff
base: Remove the community link from the top navigation
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 18:31:34 +0000 (18:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Mar 2026 18:31:34 +0000 (18:31 +0000)
We don't have enough space for this.

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

index 6a0171762a41e59a58d3273fd4ed00e25295d1a8..e46b0e2ac4931ad2fee7e933d173dc5912233811 100644 (file)
 
                                                                        <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>
-
                                                                        <a class="navbar-item is-tab {% if request.path == "/support" %}is-active{% end %}" href="/support">{{ _("Support") }}</a>
                                                                {% end %}