Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paginator object created for tags and collections with only hidden posts #236

Open
minkezhang opened this issue Jun 1, 2022 · 0 comments

Comments

@minkezhang
Copy link

minkezhang commented Jun 1, 2022

---
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant