sverrirs/jekyll-paginate-v2

Paginator object created for tags and collections with only hidden posts

minkezhang opened this issue · 0 comments

---
title: Some Foo

tags: [tagA]
categories: [categoryA]

hidden: true
---

Will create the /tag/tagA and /category/categoryA pages, even if these tags and categories contain only hidden posts.

The expected behavior here would be for no pages created, resulting in a 404.

For example, see the hidden post markdown,

the rendered post

image

and the rendered tag page:

image