Return sidebar-ul, still needed. Oops
This commit is contained in:
parent
6030bc2cdc
commit
99d03989b5
1 changed files with 4 additions and 0 deletions
|
@ -192,6 +192,10 @@
|
||||||
,(show-post post #f))
|
,(show-post post #f))
|
||||||
'())))
|
'())))
|
||||||
|
|
||||||
|
(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