Added author field to Atom feed
Getty Ritter
8 years ago
19 | 19 |
(link (@ (href ,url)))
|
20 | 20 |
(id ,url)
|
21 | 21 |
(updated ,(date->tz (post-time post)))
|
| 22 |
(author
|
| 23 |
(name "Getty Ritter")
|
| 24 |
(email "gettyritter@gmail.com"))
|
22 | 25 |
(content (@ (type "html"))
|
23 | 26 |
,(post-content post)))))
|
24 | 27 |
|