From 5ede915c4990584fa0ae7747b9a5ad9a4e93acdd Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 21 Nov 2021 08:08:14 +0100 Subject: Improved list structure again --- templates/layouts/list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index a7d72db..f3e5768 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -4,13 +4,13 @@ $body$ -
+
$if(list_grid)$ -
+
$list:partials/grid_card()$
$else$ -
+
$list:partials/list_card()$
$endif$ -- cgit v1.2.3-54-g00ecf