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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/layouts/categorized_list.html') 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)$
$it.title$ -- cgit v1.2.3-54-g00ecf