Andy-set-studio / hylia

Hylia is a lightweight Eleventy starter kit to help you to create your own blog or personal website.
https://hylia.website
MIT License
905 stars 230 forks source link

Bug: future or draft posts are visible #138

Open sylvainmetayer opened 4 years ago

sylvainmetayer commented 4 years ago

Hello,

First, thanks for your project, which is easy to start working with !

I've noticed that their is a sample of a future post, which is not visible in the collection, because we check the date when declaring the collection. However, we do not disable the generation of theses pages and the page is still generated. See this article for example.

I've fixed this in my portfolio, and submitted PR #139, which will upgrade @11ty/eleventy to the 0.11.0 version because we need the computedData to determine if a post need to have a permalink or not.