summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--tekuti/page-helpers.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/tekuti/page-helpers.scm b/tekuti/page-helpers.scm
index 2f99117..66a7b42 100644
--- a/tekuti/page-helpers.scm
+++ b/tekuti/page-helpers.scm
@@ -42,7 +42,7 @@
relurl rellink
post-url
post-editing-form
- sidebar-ul top-tags tag-cloud
+ top-tags tag-cloud
main-sidebar post-sidebar related-tag-cloud
post-link admin-post-url admin-post-link
show-post with-authentication
@@ -219,10 +219,6 @@
(value "delete") (class "btn btn-primary")))))
'())))
-(define (sidebar-ul body)
- `(div (@ (id "menu"))
- (ul ,@body)))
-
(define (admin-post-url post)
(relurl `("admin" "posts" ,(post-key post))))