summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
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))))