Hi, when I define a custom variable in hugo.toml outside of a header like [params], it’s not reachable to me using go template language. I cannot see the values when I run hugo config either. Is there a solution or do I have to move them down into say [params]?
Place user-defined parameters under the params key.
Hi, thanks for responding. I ended up doing just that. Merry christmas and thanks for help!