From a26deffdc9071a5558996948fcecb71d582870d0 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 24 May 2021 20:39:48 +0200 Subject: Better file structure, remove categories as special concept --- templates/layouts/categorized_list.html | 6 +++--- templates/layouts/index.html | 34 +++++++++++++++++---------------- 2 files changed, 21 insertions(+), 19 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 898c011..153ef99 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -7,12 +7,12 @@ $body$
- $for(pages.by_category)$ + $for(pages.all)$

- $it.name$ + $it.title$

- $for(it.pages)$ + $for(it.pages.all)$