Fix RSS feed generation
This commit is contained in:
parent
bb716fcad5
commit
daa8d53bd5
@ -9,10 +9,7 @@
|
||||
|
||||
◊(define here-path (select-from-metas 'here-path metas))
|
||||
|
||||
◊(define ptree (get-pagetree (build-path
|
||||
(path-only (string->path here-path))
|
||||
'up
|
||||
"index.ptree")))
|
||||
◊(define ptree (get-pagetree (simplify-path (build-path (path-only here-path) 'up "index.ptree"))))
|
||||
|
||||
◊(current-pagetree ptree)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user