PlaidWeb / Publ

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

category and view link should default to current template #505

Open fluffy-critter opened 1 year ago

fluffy-critter commented 1 year ago

Expected Behavior

When getting a category or view link, e.g. category.parent.link or view.previous.link, the default template should be the current template.

Current Behavior

Right now it defaults to the index template.

Context

At present you can force this behavior with e.g. view.preview.link(template=template) but this is a little weird.