summaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-11-12 12:52:40 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-11-12 12:52:40 -0500
commit70eae6e0431ef343886bdfa7538dc6028e294c7e (patch)
tree4fbbe82a031fa62be39e02a5b452ebefc4c13417 /haunt
parentb7cc442041a2701b7b22f77b268bd7b1638ae0ff (diff)
builder: atom: Change summary to content.
I've been using the wrong thing for years!
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")