summaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
Diffstat (limited to 'haunt')
-rw-r--r--haunt/builder/atom.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/builder/atom.scm b/haunt/builder/atom.scm
index acd74d4..7f85065 100644
--- a/haunt/builder/atom.scm
+++ b/haunt/builder/atom.scm
@@ -154,7 +154,7 @@
(if email `(email ,email) '())))
(updated ,(date->string* (post-date post)))
(link (@ (href ,uri) (rel "alternate")))
- (summary (@ (type "html"))
+ (content (@ (type "html"))
,(sxml->html-string (post-sxml post)))
,@(map (lambda (enclosure)
`(link (@ (rel "enclosure")