I am using ghost to make a blog site. https://coderr.org/python/python-for-developers/ is a page from the same blog. The problem here is the title of the page (Coderr (Page-1)). I want it to be more meaningful like the primary tag or something.
in my routes.yaml, I have
routes:
/python/python-for-developers/:
controller: channel
filter: primary_tag:python-for-developers
order: published_at asc
Any ideas on how to do the same?