projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bd4f6a
)
Fix issue reading posts body with Haunt 0.2.5
master
author
Javier Sancho
<jsf@jsancho.org>
Fri, 2 Jul 2021 11:34:43 +0000
(11:34 +0000)
committer
Javier Sancho
<jsf@jsancho.org>
Fri, 2 Jul 2021 11:34:43 +0000
(11:34 +0000)
haunt.scm
patch
|
blob
|
history
diff --git
a/haunt.scm
b/haunt.scm
index c594fd9548e9e0d48c690511f1bed746990fec5e..89b8e7edd2ab4336fd4aa0abf934837c900da218 100644
(file)
--- a/
haunt.scm
+++ b/
haunt.scm
@@
-100,7
+100,7
@@
(define (post-summary post)
(or (post-ref post 'summary)
- (get-paragraphs (cdr (post-sxml post)) 3)))
+ (get-paragraphs (cd
a
r (post-sxml post)) 3)))
`(
,@(map (lambda (post)