From 3704f427adb96bd773e310dc2308cf62ea3ab157 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Mon, 5 Dec 2022 02:26:56 +0100 Subject: [PATCH] News - change to fuzzy date --- src/private/templates/index.latte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/private/templates/index.latte b/src/private/templates/index.latte index aefa66a..fbef18c 100644 --- a/src/private/templates/index.latte +++ b/src/private/templates/index.latte @@ -31,7 +31,7 @@ {$news["title"]} {/ifset} -
{strtotime($news["added"])|fullDate}
+
{strtotime($news["added"])|fuzzyDateAbbr}

{$news["description"]|noescape}