From a81b62cf82e1f0f2d31521ce0561201762ced44e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 5 May 2021 21:57:07 +0200 Subject: Update --- templates/base.html | 2 +- templates/layouts/categorized_list.html | 8 +++----- templates/layouts/page.html | 4 +--- 3 files changed, 5 insertions(+), 9 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 23fd251..cd1e869 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,7 +29,7 @@ $if(section.is_index)$$else$$title$ – $endif$$site.title$ - + diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 75c636a..8cc5c24 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -6,11 +6,9 @@ $body$ $for(pages.by_category)$

- - $for(it.value/first/first)$ - $it.category.name$ - $endfor$ - + $for(it.value/first/first)$ + $it.category.name$ + $endfor$