summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-25 19:42:56 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-25 19:42:56 -0500
commite22544bca3d93deb70f4cf96dcb0dc35796c8f5e (patch)
treec27e671a6f69f893d7c4a0adc488da28b533a8fc /theme.scm
parent49a50eae60ac28b9a8dd7f31ccd3987c86ba02bd (diff)
Inner thoughts blog post; styling tweaks
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm2
1 files changed, 1 insertions, 1 deletions
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))))