-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Support page bundles in content root #4332
Comments
In addition, what's surprising is that this behavior is inconsistent (atleast when using At times, the browser refreshes and shows that page with |
Test file: Markdown | Hugo Output |
This a race: it is both a section and a page bundle. It is random who will win. |
Thank you! I confirm the fix. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hello,
This issue was discovered by @RickCogley and discussed here.
The problem is that if a "leaf" bundle (page bundle with
index.md
) directory is put directly undercontent/
, it gets rendered using the Section orlist
layout.This prevents one to convert root level pages like
content/about.md
to page bundle structure:content/about/index.md
.The text was updated successfully, but these errors were encountered: