Page permalink templating?

I have under content a 2019 directory with a _index.md:

+++
render = false
transparent = true
+++

and a post 2019-10-24-my-post.md

By default, zola produces public/2019/my_post/. Is there a way to make it produces public/2019/10/my_post/ without manually creating the month directory?

There is no URL templating in Zola right now, there was an issue about it but I can’t find it right now :frowning:

as said in the other post, follow up of this discussion on the relevant github issue https://github.com/getzola/zola/issues/635