foam icon indicating copy to clipboard operation
foam copied to clipboard

Janitor cant create correct link from rendered _post pages

Open KonstantinKlepikov opened this issue 3 years ago • 0 comments

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

KonstantinKlepikov avatar Aug 27 '21 23:08 KonstantinKlepikov