From 1a8ac737e52cb25a5c346232ee398f5908cee7d7 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 6 Jul 2020 08:04:35 +0200 Subject: Process main page (linklist) through Slim controller Including a bunch of improvements on the container, and helper used across new controllers. --- tpl/default/linklist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/default') diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 8c1c2036..c7617b22 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html @@ -224,7 +224,7 @@ {/if} {/if} - + {if="!$hide_timestamps || $is_logged_in"} {$updated=$value.updated_timestamp ? $strEdited. format_date($value.updated) : $strPermalink} -- cgit v1.2.3