From caa2570c5177246cb59808de4a225d6fee19c524 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 17 Jun 2022 10:59:19 +0200 Subject: Update --- templates/layouts/categorized_list.html | 104 +++++++++++++++++--------------- 1 file changed, 54 insertions(+), 50 deletions(-) (limited to 'templates/layouts/categorized_list.html') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 101f759..206c566 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -1,59 +1,63 @@ -
-
- - $if(notoc)$$else$ - - $endif$ - -
+ $if(notoc)$$else$ + + $endif$ + +
+ $for(list)$ +
+
+
- $if(it.omitted)$ - + + $if(it.description)$ + + $endif$ + +
+ $if(it.layout.is_grid-2)$ + $it.items:partials/grid_card()$ + $elseif(it.layout.is_grid-3)$ + $it.items:partials/grid_card()$ + $elseif(it.layout.is_gallery-2)$ + $it.items:partials/gallery_card()$ + $elseif(it.layout.is_gallery-3)$ + $it.items:partials/gallery_card()$ + $else$ + $it.items:partials/list_card()$ $endif$ - - $endfor$ -
+
+ $if(it.omitted)$ + + $endif$ + + $endfor$
-- cgit v1.2.3-54-g00ecf