summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/page.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tekuti/page.scm')
-rw-r--r--tekuti/page.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tekuti/page.scm b/tekuti/page.scm
index 75ef70f..a0bd037 100644
--- a/tekuti/page.scm
+++ b/tekuti/page.scm
@@ -48,6 +48,7 @@
page-admin-change
page-admin-revert-change
page-index
+ page-blog
page-show-post
page-new-comment
page-archives
@@ -185,6 +186,9 @@
#:redirect (relurl '("admin")))))))
(define (page-index request body index)
+ (respond *index-content*))
+
+(define (page-blog request body index)
(respond `((div (@ (class "row"))
(div (@ (class "span9"))
,@(map (lambda (post)