From 20c5ad5a7a737d721cb39b75852a79f20502da74 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 31 Jul 2022 10:00:03 +0200 Subject: Simplified "list" list layout code --- templates/layouts/list.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 508ff4c..cf54c4b 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -24,7 +24,12 @@ $body$ $elseif(list_layout.is_gallery-3)$ $list:partials/gallery_card()$ $else$ - $list:partials/list_card()$ +
+ $list:partials/list_card()$ +
+
+ $list:partials/grid_card()$ +
$endif$ -- cgit v1.2.3-54-g00ecf