HermanMartinus / bearblog

Free, no-nonsense, super fast blogging.
MIT License
2.36k stars 73 forks source link

List of "blog posts" includes "pages" #267

Closed dajare closed 6 months ago

dajare commented 6 months ago

The codes for including "latest blog post" lists are terrific.

I have noticed, though, that {{ posts }} does not respect/filter-out any posts that have is_page set to true.

My understanding of the docs suggests this behaviour is unexpected. It looks more like "bug" than "feature"! :)

Hopefully it's a quick fix. Thanks!

HermanMartinus commented 6 months ago

Good catch! I've just pushed a fix. It was an easy filter is_page=False :)