From 8132f5172d286ef73f5d0f2cfbd95da713870484 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 30 Dec 2020 09:55:37 +0100 Subject: Fixed finding subpages in some cases, use multiple sorted arrays for categories --- templates/base.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 4b8ea1e..48d7c72 100644 --- a/templates/base.html +++ b/templates/base.html @@ -52,10 +52,8 @@ ${pageHeader()} $body$ $if(section.is_blog)$ - $if(pages.not_empty)$ - ${categoryRef()} - ${pagelistByYear()} - $endif$ + ${categoriesById()} + ${pagelistByYear()} $endif$ -- cgit v1.2.3-54-g00ecf