From 70eae6e0431ef343886bdfa7538dc6028e294c7e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 12 Nov 2023 12:52:40 -0500 Subject: builder: atom: Change summary to content. I've been using the wrong thing for years! --- haunt/builder/atom.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haunt') 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") -- cgit v1.2.3