From 2aeea2082f8fbb36f503c508a08491c4a550f6ed Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 20 Nov 2021 12:57:00 +0100 Subject: Improved list category descriptions --- templates/layouts/categorized_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/layouts/categorized_list.html') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 0508230..690ab68 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -14,8 +14,8 @@ $body$ $if(it.omitted)$$it.omitted$ more$endif$ - $if(it.content)$ - $it.content$ + $if(it.description)$ + $it.description$ $endif$ $if(it.grid)$ -- cgit v1.2.3-54-g00ecf