diff options
| author | Arun Isaac | 2025-11-14 22:32:43 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-14 22:32:43 +0000 |
| commit | ec9d2aac8187d131901bab357da8efeedc8fff3e (patch) | |
| tree | 92032ecf91d75e58ae33e17052f529f7f0e7a334 /ennum.el | |
| parent | 91653118262741423f97b16810acd85fcf0703cf (diff) | |
| download | ennum-ec9d2aac8187d131901bab357da8efeedc8fff3e.tar.gz ennum-ec9d2aac8187d131901bab357da8efeedc8fff3e.tar.lz ennum-ec9d2aac8187d131901bab357da8efeedc8fff3e.zip | |
Diffstat (limited to 'ennum.el')
| -rw-r--r-- | ennum.el | 2 |
1 files changed, 2 insertions, 0 deletions
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))))) |
