Jaymon / bang

A static site generator with support for RSS feeds, sitemaps, and Google Amp
MIT License
13 stars 0 forks source link

Page in root has title "Input" #48

Closed Jaymon closed 5 years ago

Jaymon commented 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.

How to check for this would be to make sure self.input_dir does not equal self.config.input_dir in Page.title