From 789a593987be88bc3e16b8ceb7357c24ef9e5aa2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 14 Nov 2021 16:32:43 +0100 Subject: Optimized layout structure --- templates/layouts/list.html | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 7a9d573..ff29314 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -1,21 +1,19 @@ -
- -
- $if(list_grid)$ -
- $list:partials/grid_card()$ -
- $else$ -
- $list:partials/list_card()$ -
- $endif$ -
-
+
+ $if(list_grid)$ +
+ $list:partials/grid_card()$ +
+ $else$ +
+ $list:partials/list_card()$ +
+ $endif$ +
-- cgit v1.2.3-54-g00ecf