From a231e979a166ef9acaa6252f17b486d14f481550 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 20 Nov 2021 19:09:57 +0100 Subject: Fix list --- templates/layouts/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 7eded4a..a7d72db 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -6,11 +6,11 @@ $body$
$if(list_grid)$ -
+
$list:partials/grid_card()$
$else$ -
+
$list:partials/list_card()$
$endif$ -- cgit v1.2.3-54-g00ecf