From 5c1c6274f164c95478d76d55d08d3c5fb744770e Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Sun, 26 Mar 2017 19:45:35 +0300 Subject: [PATCH] rss: Don't generate body for now --- templates/rss.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/rss.lisp b/templates/rss.lisp index bfb648d..0d2d83e 100644 --- a/templates/rss.lisp +++ b/templates/rss.lisp @@ -40,7 +40,8 @@ (:item (:title (cl-who:str (gethash "title" blist))) (:link (cl-who:str abs-url)) - (:description (to-cdata (gethash "body" blist))) + ;(:description (to-cdata (gethash "body" blist))) + (:description (to-cdata "NIL")) (:pubDate (cl-who:str (post-date->build-date (gethash "date" blist)))) -- 1.7.10.4