From: Lucian Mogosanu Date: Sun, 26 Mar 2017 16:45:35 +0000 (+0300) Subject: rss: Don't generate body for now X-Git-Tag: v0.10~18 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=5c1c6274f164c95478d76d55d08d3c5fb744770e;p=thetarpit.git rss: Don't generate body for now --- 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))))