PlaidWeb / Publ

Flexible publishing system for the web
http://publ.beesbuzz.biz/
MIT License
40 stars 4 forks source link

Fix category redirects for a missing terminal / #502

Closed fluffy-critter closed 1 year ago

fluffy-critter commented 1 year ago

Summary

Properly redirect categories which are missing the terminal /. Fixes #501

Detailed description

At some point, flask.url_for stopped accepting vararg parameters via a named argument. This changes the URL builder to be more explicit and use the current correct pattern.

Test plan

See category path redirects.md

Got a site to show off?