diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-25 19:42:56 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-25 19:42:56 -0500 |
| commit | e22544bca3d93deb70f4cf96dcb0dc35796c8f5e (patch) | |
| tree | c27e671a6f69f893d7c4a0adc488da28b533a8fc /theme.scm | |
| parent | 49a50eae60ac28b9a8dd7f31ccd3987c86ba02bd (diff) | |
Inner thoughts blog post; styling tweaks
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)))) |
