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
I want to have the following structure for my sites' pages
index.html special-page.html directory/ another-page.html
Setting this structure in the templates directory flattens the structure in the build to
index.html special-page.html another-page.html
Further more if I have
index.html special-page.html directory/ special-page.html
Then it gets flattened to
index.html special-page.html
Completely ignoring the folder
Add a page in a folder in the templates/ directory
No response
The text was updated successfully, but these errors were encountered:
I messed around on my local package, which is def behind master, but I was able to get it working by doing two hacks.
Check here https://github.com/opsydev/aurora/blob/patch-1/aurora/graph.py
Specifically https://github.com/opsydev/aurora/blob/patch-1/aurora/graph.py#L241 https://github.com/opsydev/aurora/blob/patch-1/aurora/graph.py#L532
I know this is not the best way to solve it, but I needed something quick for a site I'm using it with
Sorry, something went wrong.
No branches or pull requests
Bug
I want to have the following structure for my sites' pages
Setting this structure in the templates directory flattens the structure in the build to
Further more
if I have
Then it gets flattened to
Completely ignoring the folder
Minimal Reproducible Example
Add a page in a folder in the templates/ directory
Additional
No response
The text was updated successfully, but these errors were encountered: