From e22544bca3d93deb70f4cf96dcb0dc35796c8f5e Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Sat, 25 Jul 2026 19:42:56 -0500 Subject: Inner thoughts blog post; styling tweaks --- theme.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme.scm') diff --git a/theme.scm b/theme.scm index 1078b45..62d703c 100644 --- a/theme.scm +++ b/theme.scm @@ -100,7 +100,7 @@ ;; not optimal, btw (list-head items (min 5 (length items)))) ;; TODO only show if there are more entries than max? - (a (@ (href ,(post-uri post site prefix))) "See more.")) + (p (a (@ (href ,(post-uri post site prefix))) "See more."))) `(section (h2 ,(post-ref post 'title)) ;; TODO fill in datetime correctly ((header "updated " (time ,(date->string*(post-date post)))) -- cgit v1.3