summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2023-08-08 18:10:01 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2023-08-08 18:10:01 -0400
commit0c428d2dadac603b0710ee9be9740d789889f1ad (patch)
treeac590dcc0dc2745636ae2e4d8c2a8f6767131de8
parent52ea8489790dc31cbeb16be3bf5128990972d35b (diff)
Address issues identified by W3C Nu Html Checker
-rw-r--r--haunt/jakob/builder/blog.scm4
1 files 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 →")))))
;;;