Files
kjvstudy.org/kjvstudy_org
kennethreitz 07fd8fff2f Use consistent slug generation with custom Jinja2 filter
Register create_slug as 'slugify' Jinja2 filter to ensure templates
generate the exact same slugs as the server-side route matching.

This fixes 404 errors where template-generated slugs like "abaddon--apollyon"
didn't match server-side slugs like "abaddon-apollyon".

Now both use the same logic: remove special chars, collapse multiple
hyphens/spaces into single hyphens.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 18:22:39 -05:00
..
2025-11-20 19:06:22 -05:00