Remove sidebar-ul
This commit is contained in:
parent
4258614af9
commit
5366157a75
1 changed files with 1 additions and 5 deletions
|
@ -42,7 +42,7 @@
|
||||||
relurl rellink
|
relurl rellink
|
||||||
post-url
|
post-url
|
||||||
post-editing-form
|
post-editing-form
|
||||||
sidebar-ul top-tags tag-cloud
|
top-tags tag-cloud
|
||||||
main-sidebar post-sidebar related-tag-cloud
|
main-sidebar post-sidebar related-tag-cloud
|
||||||
post-link admin-post-url admin-post-link
|
post-link admin-post-url admin-post-link
|
||||||
show-post with-authentication
|
show-post with-authentication
|
||||||
|
@ -219,10 +219,6 @@
|
||||||
(value "delete") (class "btn btn-primary")))))
|
(value "delete") (class "btn btn-primary")))))
|
||||||
'())))
|
'())))
|
||||||
|
|
||||||
(define (sidebar-ul body)
|
|
||||||
`(div (@ (id "menu"))
|
|
||||||
(ul ,@body)))
|
|
||||||
|
|
||||||
(define (admin-post-url post)
|
(define (admin-post-url post)
|
||||||
(relurl `("admin" "posts" ,(post-key post))))
|
(relurl `("admin" "posts" ,(post-key post))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue