We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even if a page is marked unlisted with front matter, she can be accessible (build site) from auto generated category index.
unlisted
In the demo, create-a-blog-post.md is marked with unlisted front matter.
create-a-blog-post.md
https://stackblitz.com/edit/github-qvcv3j?terminal=build,serve
Page should not be accessible from auto generated category index.
The page marked unlisted is accessible.
The text was updated successfully, but these errors were encountered:
Thanks for reporting, indeed it's likely an edge case I forgot in #8004 😅
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Have you read the Contributing Guidelines on issues?
Description
Even if a page is marked
unlisted
with front matter, she can be accessible (build site) from auto generated category index.In the demo,
create-a-blog-post.md
is marked withunlisted
front matter.Reproducible demo
https://stackblitz.com/edit/github-qvcv3j?terminal=build,serve
Steps to reproduce
unlisted
front matterExpected behavior
Page should not be accessible from auto generated category index.
Actual behavior
The page marked
unlisted
is accessible.Your environment
Self-service
The text was updated successfully, but these errors were encountered: