You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New strict_categories config option (default: true) which will show the 404 error page when visiting a category archive page for an invalid category
New parameterize_category config option (default: false) to use parameterized category names in paths instead of escaped category names (e.g. "where-to-eat" instead of "Where+to+Eat" for a "Where to Eat" category). Issue #2
New comfy_archive_link_to_category & comfy_archive_link_to_month helper methods for generating links to category & year/month archive pages, respectively, taking the parameterize_category config option into consideration. Issue #2