From ec9d2aac8187d131901bab357da8efeedc8fff3e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 14 Nov 2025 22:32:43 +0000 Subject: Add post summary to feed entries. --- ennum.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ennum.el') diff --git a/ennum.el b/ennum.el index f6d19d4..5d44551 100644 --- a/ennum.el +++ b/ennum.el @@ -681,6 +681,8 @@ result as a string." (email ,user-mail-address)))) (content :type "html" :xml:lang ,(ennum-post-language post) ,(ennum-export-post post interned-post-file nil t)) + (summary :xml:lang ,(ennum-post-language post) + ,(ennum-post-summary post)) (link :rel "alternate" :href ,link) ,@(seq-map (lambda (tag) `(category :term ,tag)) (ennum-post-tags post))))) -- cgit 1.4.1