projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821662d
)
rss: Don't generate body for now
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Sun, 26 Mar 2017 16:45:35 +0000
(19:45 +0300)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Sun, 26 Mar 2017 16:45:35 +0000
(19:45 +0300)
templates/rss.lisp
patch
|
blob
|
history
diff --git
a/templates/rss.lisp
b/templates/rss.lisp
index
bfb648d
..
0d2d83e
100644
(file)
--- 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))))