diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-08 18:10:01 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-08 18:10:01 -0400 |
| commit | 0c428d2dadac603b0710ee9be9740d789889f1ad (patch) | |
| tree | ac590dcc0dc2745636ae2e4d8c2a8f6767131de8 /haunt | |
| parent | 52ea8489790dc31cbeb16be3bf5128990972d35b (diff) | |
Address issues identified by W3C Nu Html Checker
Diffstat (limited to 'haunt')
| -rw-r--r-- | haunt/jakob/builder/blog.scm | 4 |
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 →"))))) ;;; |