From 60b1fe24849dc0995edeec115a2696c8c2b17479 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 26 Aug 2018 00:18:10 +0200 Subject: [PATCH] nieuws/feed: represent last update by publish date File modification time is affected by any write, not just significant changes as the specs demand. As some readers show only updated in overviews, prefer the stable creation date for now, disregarding any later edits. --- nieuws/feed/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nieuws/feed/index.php b/nieuws/feed/index.php index eff9203..128aa5a 100644 --- a/nieuws/feed/index.php +++ b/nieuws/feed/index.php @@ -29,7 +29,7 @@ foreach ($pages as $i => $page) { <?= $article->title ?> dateiso ?> - lastiso ?> + dateiso ?> body) ?> thumb) { -- 2.30.0