From 5f4cb1fd8b84e69092ac56a643b1618006f0442c Mon Sep 17 00:00:00 2001 From: Volpeon <git@volpeon.ink> 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$ <div class="l-card-list__cards l-card-list__cards--grid"> $list:partials/grid_card()$ </div> + $elseif(list_layout.is_gallery)$ + <div class="l-card-list__cards l-card-list__cards--gallery"> + $list:partials/gallery_card()$ + </div> $else$ <div class="l-card-list__cards"> $list:partials/list_card()$ -- cgit v1.2.3-70-g09d2