diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-22 14:46:05 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-22 14:46:05 -0500 |
| commit | e21587eca6c8ac56c24929e5210f05da2ca8865d (patch) | |
| tree | f600daf32d5ee20935b056a56868a161992b7e66 /theme.scm | |
| parent | acdfa23c19901947e17709442f79eb00a900375c (diff) | |
backfill blog posts
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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))))) |
