Add pubDate to feed

This commit is contained in:
Jeremy Dormitzer 2019-10-23 11:59:58 -04:00
parent a975eeb195
commit d58ef98823

View File

@ -52,6 +52,7 @@
<copyright>© Jeremy Dormitzer 2019</copyright> <copyright>© Jeremy Dormitzer 2019</copyright>
<ttl>60</ttl> <ttl>60</ttl>
<lastBuildDate>|today|</lastBuildDate> <lastBuildDate>|today|</lastBuildDate>
<pubDate>|today|</pubDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs> <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
(render-items (sort (children 'blog) date>? #:key post-published-date)) (render-items (sort (children 'blog) date>? #:key post-published-date))
</channel> </channel>