From: Ralf Jung Date: Fri, 21 Mar 2025 08:48:09 +0000 (+0100) Subject: use the most recent post as the 'updated' time for the feed X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/c71391996b859fd64f03c55dbe269a51527326ac use the most recent post as the 'updated' time for the feed --- diff --git a/personal/_layouts/feed.html b/personal/_layouts/feed.html index a700828..e8c202e 100644 --- a/personal/_layouts/feed.html +++ b/personal/_layouts/feed.html @@ -7,7 +7,7 @@ {% else %} {% endif %} - {{ site.time | date_to_xmlschema }} + {{ site.posts[0].date | date_to_xmlschema }} Ralf Jung