From 5f4cb1fd8b84e69092ac56a643b1618006f0442c Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 16 Dec 2021 18:29:18 +0100 Subject: Add thumbnails to cards --- templates/layouts/list.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/layouts/list.html') diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 32aa35a..9c6b26e 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html @@ -9,6 +9,10 @@ $body$
$list:partials/grid_card()$
+ $elseif(list_layout.is_gallery)$ + $else$
$list:partials/list_card()$ -- cgit v1.2.3-54-g00ecf