From 156ceebfcd0aa4f59234e32d2151690b7f647ce6 Mon Sep 17 00:00:00 2001 From: ADRN Date: Sun, 8 Dec 2024 15:17:16 +0100 Subject: [PATCH] indentation --- templates/_macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_macros.html b/templates/_macros.html index 8286314..4bdd6c8 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -19,7 +19,7 @@ {% endfor %} {% if config.extra.juice_extra_menu %} {% for menu in config.extra.juice_extra_menu %} -
  • {{ menu.title }}
  • +
  • {{ menu.title }}
  • {% endfor %} {% endif %}