Fix RSS feed generation

This commit is contained in:
Jeremy Dormitzer 2020-08-09 23:03:19 -04:00
parent bb716fcad5
commit daa8d53bd5

View File

@ -9,10 +9,7 @@
(define here-path (select-from-metas 'here-path metas)) (define here-path (select-from-metas 'here-path metas))
(define ptree (get-pagetree (build-path (define ptree (get-pagetree (simplify-path (build-path (path-only here-path) 'up "index.ptree"))))
(path-only (string->path here-path))
'up
"index.ptree")))
(current-pagetree ptree) (current-pagetree ptree)