Filter out hidden posts - #404
Conversation
efbd388 to
d399dbf
Compare
d399dbf to
9ba6b9d
Compare
|
Would be great to have this merged |
parkr
left a comment
There was a problem hiding this comment.
Hey, this would match the jekyll-paginate gem. There's also published: false. Jekyll's docs don't really describe when to use one vs the other. @mattr- Should we make this align with the pagination plugin?
For now, please update the README here to indicate that posts marked hidden are removed from the feed.
|
We should match the paginate gem so that things are consistent. I admin that I don't remember why we have |
|
My understanding is that |
Jekyll doesn't list the posts with a front matter variable
hidden: trueorhidden: 1in the paginator / posts listing page.This change applies the same behavior to the generated feed.