You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to report what seems to be a bug when there's an .md file in a collection that doesn't have Jekyll front matter? For instance, if bad.md is in a project's root, it ends up in _site as bad.md, unrendered as expected. But if bad.md is instead in _pages, which we've defined as a collection, the build instead errs, per the below.
Just wanted to report what seems to be a bug when there's an
.md
file in a collection that doesn't have Jekyll front matter? For instance, ifbad.md
is in a project's root, it ends up in_site
asbad.md
, unrendered as expected. But ifbad.md
is instead in_pages
, which we've defined as a collection, the build instead errs, per the below.Sample files at https://gist.github.com/dmalan/0c67667065cfea19a00fc2ec1f83560a. Do just let me know if anything more would be helpful!
this succeeds
this fails
The text was updated successfully, but these errors were encountered: