From 18321ad1c5c09534e39817d9b75070b5481950bd Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 17 Nov 2021 17:43:40 +0100 Subject: Improved list, made header sticky, removed git link --- templates/layouts/categorized_list.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/layouts/categorized_list.html') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index adeb762..c5a76b2 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -8,11 +8,14 @@ $body$ $for(list)$
-

- $it.title$ -

+
+

+ $it.title$ → +

+ $if(it.omitted)$$it.omitted$ more$endif$ +
$if(it.content)$ - $it.content$ + $it.content$ $endif$
$if(it.grid)$ -- cgit v1.2.3-54-g00ecf