foam
foam copied to clipboard
Janitor cant create correct link from rendered _post pages
Pages, builded from _post folder, are builded in folders, named and ordered by dates, something like that:
-- 2021 ---- 08 ------ 28 -------- mypost.html
This is default for jekyll
But Janitor create links inside post pages to another pages outside _post with ../path-to-another-page-from-root
As result, when post page is builded, it has wrong links inside. For example, if we need link to ./notes/another-page, inside mypost.html we see: baseurl/2021/08/28/notes/another-page.html instead of baseurl/notes/another-page.html
I find't solution