summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-22 14:46:05 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-22 14:46:05 -0500
commite21587eca6c8ac56c24929e5210f05da2ca8865d (patch)
treef600daf32d5ee20935b056a56868a161992b7e66 /theme.scm
parentacdfa23c19901947e17709442f79eb00a900375c (diff)
backfill blog posts
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm4
1 files changed, 2 insertions, 2 deletions
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)))))