imathis / guard-jekyll-plus

A Guard plugin for smarter Jekyll builds
MIT License
63 stars 16 forks source link

Draft posts rendered without layout #52

Open njdancer opened 6 years ago

njdancer commented 6 years ago

I've found that if I configure Jekyll-plus to serve drafts, that those drafts are copied to _site with no layout causing only the contents of the draft file itself to be rendered out. Adding the correct layout into the drafts front matter resolves the issue but this is different behaviour to that of Jekyll itself.