per-tag feed links
* tekuti/page.scm (page-show-tag): Add a feed link here.
This commit is contained in:
parent
62a351d8d5
commit
7a1944b240
1 changed files with 4 additions and 1 deletions
|
@ -286,7 +286,10 @@
|
|||
(post-from-key (assq-ref index 'master) key))
|
||||
(hash-ref tags tag '()))))
|
||||
(if (pair? posts)
|
||||
(respond `((h2 "posts tagged \"" ,tag "\"")
|
||||
(respond `((h2 "posts tagged \"" ,tag "\" ("
|
||||
,(rellink '("feed" "atom") "feed"
|
||||
#:query `(("with" . ,tag)))
|
||||
")")
|
||||
,@(map (lambda (post) `(p ,(post-link post)))
|
||||
posts)
|
||||
,(related-tag-cloud tag index))
|
||||
|
|
Loading…
Reference in a new issue