So I want to include a variable with a name of the month in my page title so I don’t need to update it manually every month.
So something like *Best tools for X in *{{ t("now"|date('M')) }}.
Of course it won’t get the syntax right if I just add this to the page title so I am trying to find how can I achieve it without hardcoding it into templates.
@OleVik that’s clear to me. What I meant is I want to be able to use this {{ month }} tag in my admin dashboard in the title field and it will output correct month. But none of the variables are outputted there.
I’m not sure if the title field, in admin or with regular editing as text, will allow a dynamic Twig-tag in the title field. Is a conditional check of taxonomy in the template out of the question? With that you could just add the in Month after the title of the page, based on the publish-date, without needing dynamic tags in FrontMatter.