I want to filter by tag from Ghost. I know there is a template. I am trying to reproduce it for my own learning. On the tag filtered page I know I need to add the Ghost Tag variable. But it wants the system.params.slug. My system JSON does not have that. This is missing:
{
"params": {
"slug": "blog"
},
How can I add this?
I've copied over the various hidden Code Injections from the template as well.
Here is what my System JSON looks like.
{
"params": {},
"search": {},
"origin": "
https://iryn-x9l0p.wstd.io"
}