google / eleventy-high-performance-blog

A high performance blog template for the 11ty static site generator.
https://www.industrialempathy.com/posts/eleventy-high-performance-blog/
MIT License
4.03k stars 283 forks source link

drafts showing #90

Closed teamcrisis closed 3 years ago

teamcrisis commented 3 years ago

Why is post This is my fifth post which is marked as a draft, show up on the homepage blog post list and in the /posts/ archive page?

If it's a draft, shouldn't it be hidden?

cramforce commented 3 years ago

This is a test case. It can probably be fixed easily. Want to give it a try?

ZoltanVeres commented 3 years ago

I think the issue is, that the description is not filtering for drafts, is just the description of the post.

101 fixes the issue, the only thing you have to do is set the date to a future date or draft: true on the frontmatter section of the md file.

ZoltanVeres commented 3 years ago

101 is now merged, which means if the post has draft: true in the frontmatter section then the post will be hidden, but not an devmode. This issue should be closed.