From 57ed5a481daea7bfe044a2edaffccd99d6dd91c7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 9 Oct 2023 16:00:24 +0000 Subject: [PATCH] base: Make navbar items tabs This way, the is-active class has an actual effect. Signed-off-by: Michael Tremer --- src/templates/base.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/templates/base.html b/src/templates/base.html index 658a4411..b5cc0262 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -54,7 +54,7 @@ {% if request.path.startswith("/blog") %} {# Navigation for Blog Authors #} {% if current_user and current_user.is_blog_author() %} - + {{ _("My Drafts") }} {% end %} @@ -91,15 +91,15 @@ {% end %} - {{ _("About") }} + {{ _("About") }} - {{ _("Documentation") }} + {{ _("Documentation") }} - {{ _("Download") }} + {{ _("Download") }} - {{ _("Blog") }} + {{ _("Blog") }} - {{ _("Help") }} + {{ _("Help") }}