From d90d07fa3938c944fe8897e7ce1d995bd660573d Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 30 Dec 2020 11:30:59 +0100 Subject: Better templates structure, better script config --- templates/base.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 48d7c72..76dd0ba 100644 --- a/templates/base.html +++ b/templates/base.html @@ -45,22 +45,21 @@
$if(is_home)$ $endif$ -$body$ - - $if(section.is_blog)$ - ${categoriesById()} - ${pagelistByYear()} + $if(pages)$ +${list()} + $else$ +${page()} $endif$
$if(is_home)$