In content folder i created a.html file but how can i access confi.toml variables in that html file
Hi there!
You can use the .Site.Params
variable to access variables that are defined in the configuration file. There’s more information about that here.