Attempting to use xhtml for atom feed
Getty Ritter
8 years ago
22 | 22 | (author |
23 | 23 | (name "Getty Ritter") |
24 | 24 | (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)))))) | |
27 | 29 | |
28 | 30 | (define (atom-feed posts) |
29 | 31 | (let ((updated (date->tz (post-time (car posts))))) |