gdritter repos when-computer / 7483f67
Attempting to use xhtml for atom feed Getty Ritter 8 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Collapse all Expand all
2222 (author
2323 (name "Getty Ritter")
2424 (email "gettyritter@gmail.com"))
25 (content (@ (type "html"))
26 ,(post-content post)))))
25 (content
26 (@ (type "xhtml"))
27 (div (@ (xmlns "http://www.w3.org/1999/xhtml"))
28 ,(post-content post))))))
2729
2830 (define (atom-feed posts)
2931 (let ((updated (date->tz (post-time (car posts)))))