From: Javier Sancho Date: Fri, 2 Jul 2021 11:34:43 +0000 (+0000) Subject: Fix issue reading posts body with Haunt 0.2.5 X-Git-Url: https://git.jsancho.org/?p=blog.git;a=commitdiff_plain;h=13af096803526653ae2b8260028d372cf23403db Fix issue reading posts body with Haunt 0.2.5 --- diff --git a/haunt.scm b/haunt.scm index c594fd9..89b8e7e 100644 --- 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 (cdar (post-sxml post)) 3))) `( ,@(map (lambda (post)