not-matthias / apollo

Modern and minimalistic blog theme.
https://not-matthias.github.io/apollo
MIT License
122 stars 70 forks source link

remove always skipping drafts #4

Closed flxzt closed 2 years ago

flxzt commented 2 years ago

This fixes #3. Zola already skips draft pages by default, and includes then when the --drafts flag is set.

This PR also fixes that the DRAFTS label only appeared when a date is set. It was also missing from the posts list so I added it inside the pages_list macro.

I also added a missing {% if page.date %} check.

not-matthias commented 2 years ago

Thanks!