diff options
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))))) |
