From 80716c79a7db19d6d95070125e1af7946a9849ec Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 28 Dec 2021 21:18:02 +0100 Subject: Support for more complex layouts --- templates/layouts/list.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 40d85f0..bc12805 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -1,19 +1,19 @@ - -
-
- $if(list_layout.is_grid)$ - $list:partials/grid_card()$ - $elseif(list_layout.is_gallery)$ - $list:partials/gallery_card()$ - $else$ - $list:partials/list_card()$ - $endif$ +
+
+ $if(list_layout.is_grid)$ + $list:partials/grid_card()$ + $elseif(list_layout.is_gallery)$ + $list:partials/gallery_card()$ + $else$ + $list:partials/list_card()$ + $endif$ +
- - -- cgit v1.2.3-54-g00ecf