From fde3ebeb30424401555e0506100126004562c330 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Dec 2021 07:57:02 +0100 Subject: More compact list templates --- templates/layouts/list.html | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 9c6b26e..40d85f0 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -5,19 +5,15 @@ $body$
- $if(list_layout.is_grid)$ -
+
+ $if(list_layout.is_grid)$ $list:partials/grid_card()$ -
- $elseif(list_layout.is_gallery)$ - - $else$ -
+ $else$ $list:partials/list_card()$ -
- $endif$ + $endif$ +
-- cgit v1.2.3-54-g00ecf