diff options
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)))) |
