Fixing blog navigation error | Now
This morning I discovered an issue with my theme's blog template: it's displaying posts that are supposed to be filtered out.
I also wrote a new blog post about the troubleshooting process:
Working around a blog navigation bug in Ghost’s Braun theme
Setting up the blog, I noticed that while excluded from the home page, posts intended for the Updates section of my site (tagged now) are showing up on the blog. This is wrong! Those posts should only be on the dedicated /now/ page. They’re showing up there just fine. So

I wonder if the routing issue I encountered on the blog has any connection to the routing issue previously identified with the gallery page not displaying posts tagged #gallery
?
Change Log
- Altered `routes.yaml` to fix blog filtering issue
- Changed post tags in the admin panel accordingly
- Wrote a blog post about the troubleshooting process
Member discussion