Closed Jaymon closed 5 years ago
if you have an input directory like:
input/ index.md
then the Page instances index.md will have the title of Input where it should have the title of root or something like that.
Input
root
How to check for this would be to make sure self.input_dir does not equal self.config.input_dir in Page.title
self.input_dir
self.config.input_dir
Page.title
if you have an input directory like:
then the Page instances index.md will have the title of
Input
where it should have the title ofroot
or something like that.How to check for this would be to make sure
self.input_dir
does not equalself.config.input_dir
inPage.title