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
If a blog Post (#5) has a NULL Series (#4), then the path for it should be:
/blog/{post:slug}
If it has a Series relationship, then it should use the current routing in Issue #50 of:
/{topic}/{series}/{post}
The /blog route will use the Page with that slug in the data migration (#66) in the controller to display content on it.
/blog
The text was updated successfully, but these errors were encountered:
Merge pull request #69 from drewroberts/pdbreen/feature/67
de2b0d4
Add route/support for post with no series #67
pdbreen
No branches or pull requests
If a blog Post (#5) has a NULL Series (#4), then the path for it should be:
/blog/{post:slug}
If it has a Series relationship, then it should use the current routing in Issue #50 of:
/{topic}/{series}/{post}
The
/blog
route will use the Page with that slug in the data migration (#66) in the controller to display content on it.The text was updated successfully, but these errors were encountered: