From caa2570c5177246cb59808de4a225d6fee19c524 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 17 Jun 2022 10:59:19 +0200 Subject: Update --- templates/layouts/list.html | 46 ++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 105c7f5..66a08fd 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -1,27 +1,31 @@ -
-
- -
-
- $if(list_layout.is_grid-2)$ - $list:partials/grid_card()$ - $elseif(list_layout.is_grid-3)$ - $list:partials/grid_card()$ - $elseif(list_layout.is_gallery-2)$ - $list:partials/gallery_card()$ - $elseif(list_layout.is_gallery-3)$ - $list:partials/gallery_card()$ - $else$ - $list:partials/list_card()$ - $endif$ -
+
+
+ $if(list_layout.is_grid-2)$ + $list:partials/grid_card()$ + $elseif(list_layout.is_grid-3)$ + $list:partials/grid_card()$ + $elseif(list_layout.is_gallery-2)$ + $list:partials/gallery_card()$ + $elseif(list_layout.is_gallery-3)$ + $list:partials/gallery_card()$ + $else$ + $list:partials/list_card()$ + $endif$
-- cgit v1.2.3-54-g00ecf