From db4e8deae9f336bb06b33a0938dfbca0f12e8dfe Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 11 May 2021 21:48:43 +0200 Subject: Make whole post clickable in post list --- templates/layouts/categorized_list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 0b445ee..60729bd 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html @@ -12,17 +12,17 @@ $body$ $it.name$ $for(it.pages)$ -
- + + $it.title$ - + $if(it.category.show_date)$ $endif$ -
+ $endfor$ $endfor$ -- cgit v1.2.3-54-g00ecf