From 8969c1e57701e11d5580d8944c03f9d8b6f77e05 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 26 Jun 2023 09:12:12 +0000 Subject: [PATCH] footer: Keep profile navigation and social icons horizontal 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 dea42617..eee34c15 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -221,7 +221,7 @@ {% if current_user %}

{{ _("Hello, %s!") % current_user }}

-