Steps to reproduce:
- In an empty folder, create a
_posts subdirectory, an add 2016-01-01-test.md
- In that post, add an invalid date in the YAML front matter, e.g.,
date: tuesday
jekyll build
Expected
Site would yell at me, but still builds
Actual
jekyll 3.0.1 | Error: undefined methodeach' for nil:NilClass`
jekyll 3.1.0.pre.rc2 | Error: undefined methodstrftime' for "invalid-date":String`
The same is true of other non-date values.
Steps to reproduce:
_postssubdirectory, an add2016-01-01-test.mddate: tuesdayjekyll buildExpected
Site would yell at me, but still builds
Actual
jekyll 3.0.1 | Error: undefined methodeach' for nil:NilClass`jekyll 3.1.0.pre.rc2 | Error: undefined methodstrftime' for "invalid-date":String`The same is true of other non-date values.