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

Enhance cascade url to include entire path #12755

Open
paololazzari opened this issue Aug 13, 2024 · 0 comments
Open

Enhance cascade url to include entire path #12755

paololazzari opened this issue Aug 13, 2024 · 0 comments
Labels
Milestone

Comments

@paololazzari
Copy link

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:

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

@bep bep removed the NeedsTriage label Aug 13, 2024
@bep bep added this to the v0.133.0 milestone Aug 13, 2024
@bep bep modified the milestones: v0.133.0, Unscheduled Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants