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/categorized_list.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'templates/layouts/categorized_list.html') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 73e75f3..7bbfd8c 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -8,7 +8,10 @@ $body$ $for(list)$
$if(it.description)$ @@ -17,6 +20,10 @@ $body$
$it.items:partials/grid_card()$
+ $elseif(it.layout.is_gallery)$ + $else$
$it.items:partials/list_card()$ -- cgit v1.2.3-54-g00ecf