From a2aa0c0a6261850800d97e735adad9b02236f1e3 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 15 Nov 2021 17:14:27 +0100 Subject: Various adjustments --- templates/base.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index adc5466..64e6b00 100644 --- a/templates/base.html +++ b/templates/base.html @@ -53,16 +53,13 @@ - $if(namespace.root.is_index)$ - $else$ - $for(menus.main.items)$ - $if(it.active)$ - - $it.label$ - - $endif$ - $endfor$ - $endif$ + $for(menus.main.items)$ + $if(it.active)$ + + $it.label$ + + $endif$ + $endfor$
-- cgit v1.2.3-70-g09d2