add link to subscribe thingie
This commit is contained in:
parent
384132878a
commit
eae227142c
1 changed files with 4 additions and 9 deletions
|
@ -217,15 +217,10 @@
|
||||||
|
|
||||||
(define (main-sidebar request index)
|
(define (main-sidebar request index)
|
||||||
(sidebar-ul
|
(sidebar-ul
|
||||||
`((li (h2 "orbit")
|
`((li (h2 (a (@ (href ,(relurl "feed/atom")))
|
||||||
(ul
|
(img (@ (href ,(relurl "wp-content/feed-icon-14x14.png"))
|
||||||
,@(map (lambda (pair)
|
(alt "subscribe to this feed")))
|
||||||
`(li (a (@ (href ,(car pair))) ,(cdr pair))))
|
" subscribe")))
|
||||||
'(("http://advogato.org/recentlog.html?thresh=3" . "advogato")
|
|
||||||
("http://ambient.2y.net/" . "ambient")
|
|
||||||
("http://planet.gnome.org/" . "gnome")
|
|
||||||
("http://gstreamer.freedesktop.org/planet/" . "gstreamer")
|
|
||||||
("http://planet.lisp.org/" . "lisp")))))
|
|
||||||
(li (h2 "tags "
|
(li (h2 "tags "
|
||||||
(a (@ (href ,(string-append *public-url-base* "tags/")))
|
(a (@ (href ,(string-append *public-url-base* "tags/")))
|
||||||
">>"))
|
">>"))
|
||||||
|
|
Loading…
Reference in a new issue