forked from cadence/breezewiki
article...
This commit is contained in:
parent
0148c1c3f9
commit
00da2efd7a
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@
|
||||||
`(span " Posted in "
|
`(span " Posted in "
|
||||||
,@(map
|
,@(map
|
||||||
(λ (article)
|
(λ (article)
|
||||||
(define page-path (jp "/title" result))
|
(define page-path (jp "/title" article))
|
||||||
(define title (jp "/titleText" result page-path))
|
(define title (jp "/titleText" article page-path))
|
||||||
`(a (@ (href ,(format "/~a/wiki/~a" wikiname page-path)))
|
`(a (@ (href ,(format "/~a/wiki/~a" wikiname page-path)))
|
||||||
,title))
|
,title))
|
||||||
smaller-article-list))
|
smaller-article-list))
|
||||||
|
|
Loading…
Reference in a new issue