From 0c428d2dadac603b0710ee9be9740d789889f1ad Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Tue, 8 Aug 2023 18:10:01 -0400 Subject: Address issues identified by W3C Nu Html Checker --- haunt/jakob/builder/blog.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haunt/jakob/builder/blog.scm b/haunt/jakob/builder/blog.scm index 544bf61..c37e906 100644 --- a/haunt/jakob/builder/blog.scm +++ b/haunt/jakob/builder/blog.scm @@ -107,8 +107,8 @@ (hyperlink (tag-uri %tag-prefix tag) tag)) (post-ref post 'tags)) ", ")) - (p ,(first-paragraph post)) - ,(hyperlink (or crosspost-uri local-uri) "read more →")))) + ,(first-paragraph post) + (p ,(hyperlink (or crosspost-uri local-uri) "read more →"))))) ;;; -- cgit v1.3