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
This is my project:
content/ ├── _index.md └── posts ├── _index.md └── today └── my-first-post.md 3 directories, 3 files
in content/posts/_index.md I have:
content/posts/_index.md
--- cascade: - url: /:sections[last]/:slugorfilename title: today url: '/posts/today' ---
with this configuration I can access the my-first-post page at /posts/my-first-post/, but I want to access it at /posts/today/my-first-post/.
my-first-post
/posts/my-first-post/
/posts/today/my-first-post/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is my project:
in
content/posts/_index.md
I have:with this configuration I can access the
my-first-post
page at/posts/my-first-post/
, but I want to access it at/posts/today/my-first-post/
.The text was updated successfully, but these errors were encountered: