From 6c12cebac99f331961a0c91b9808d03f090a21a2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 17 Dec 2021 16:07:10 +0100 Subject: Improved 'items omitted' link --- templates/layouts/categorized_list.html | 43 +++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 7 deletions(-) (limited to 'templates/layouts/categorized_list.html') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 2f61f18..50555f8 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -16,21 +16,50 @@ $body$ $if(it.layout.is_grid)$
$it.items:partials/grid_card()$ + $if(it.omitted)$ + +
+
+ $it.omitted$ more items +
+ + + +
+
+ $endif$
$elseif(it.layout.is_gallery)$ $else$
$it.items:partials/list_card()$ -
- $endif$ - $if(it.omitted)$ - $endif$ -- cgit v1.2.3-54-g00ecf