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 "
|
||||
,@(map
|
||||
(λ (article)
|
||||
(define page-path (jp "/title" result))
|
||||
(define title (jp "/titleText" result page-path))
|
||||
(define page-path (jp "/title" article))
|
||||
(define title (jp "/titleText" article page-path))
|
||||
`(a (@ (href ,(format "/~a/wiki/~a" wikiname page-path)))
|
||||
,title))
|
||||
smaller-article-list))
|
||||
|
|
Loading…
Reference in a new issue