From e21587eca6c8ac56c24929e5210f05da2ca8865d Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Wed, 22 Jul 2026 14:46:05 -0500 Subject: backfill blog posts --- theme.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme.scm') diff --git a/theme.scm b/theme.scm index 3320e59..7fcef24 100644 --- a/theme.scm +++ b/theme.scm @@ -90,7 +90,7 @@ (define items (rss-items post)) (if (member "feed" (post-tags post)) - ;; TODO use dates from the feed for these as well? + ;; TODO use dates from the feed for these as well? - most recent pubDate? ;; TODO combine structure between the two types `(section (h2 ,(post-ref post 'title)) ,(rss-items-template @@ -100,6 +100,6 @@ (a (@ (href ,(post-uri post site prefix))) "See more.")) `(section (h2 ,(post-ref post 'title)) ;; TODO fill in datetime correctly - ((time ,(date->string*(post-date post))) + ((header "updated " (time ,(date->string*(post-date post)))) ,(post-sxml post))))) posts))))) -- cgit v1.3