I am making a base Grav theme, and I am doing something like this:
<p>{{ theme.name }} made with ❤️ by {{ theme.author.name }}</p>
But I could not get it to work in my theme partials twig file despite what the docs say. I can only access config.system.pages.theme, which is a different yaml file altogether.
No results are showing online. I've also been checking multiple themes, and it appears every theme, including official grav themes, that I've checked hardcode this information.