diff options
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,8 @@ ,(post-sxml post))) #:collection-template (lambda (site title posts prefix) - `((ul + `((p (a (@ (href "/blog/feed.xml")) "Atom feed.")) + (ul ,@(map (lambda (post) `(li (a (@ (href ,(post-uri post site prefix))) ,(post-ref post 'title) |
