From c2ddbce74e8ae0f2f688497715e2382704ae7300 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 4 Aug 2022 12:08:04 +0200 Subject: Show page date depending on list layout --- templates/layouts/page.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'templates/layouts/page.html') diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 234e50e..f26c4bc 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html @@ -6,11 +6,12 @@ itemid="$url.full$" >
- - $if(last_update)$ - + $if(show_date)$ + $if(last_update)$ + + $endif$ $endif$ $if(draft)$ -- cgit v1.2.3-54-g00ecf