Closed fermin-silva closed 5 years ago
With current index.json file, the line "cfg" : "{{ Config.Get("title") }}", in the template looks like its not working, check it !
"cfg" : "{{ Config.Get("title") }}",
Also adding a test for all of this templating variables is a must !
The problem was i was running without -c config.toml with the title variable, and thus it was incomplete
With current index.json file, the line
"cfg" : "{{ Config.Get("title") }}",
in the template looks like its not working, check it !