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

Post Routes #67

Open
drewroberts opened this issue Apr 8, 2021 · 0 comments
Open

Post Routes #67

drewroberts opened this issue Apr 8, 2021 · 0 comments
Assignees

Comments

@drewroberts
Copy link
Owner

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.

drewroberts added a commit that referenced this issue Apr 8, 2021
Add route/support for post with no series #67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants