hugo/tpl
Anthony Fok c50780930e Print template parsing errors to aid troubleshooting
Added a new Template.PrintErrors() function call,
used in hugolib/site.go#Process() so it does not clutter
up `go test -v ./...` results.

Special thanks to @tatsushid for mapping out the call trace
which makes it a lot easier to find the appropriate places
to place the Template.PrintErrors() call.

Fixes #316
2015-01-31 23:27:50 +01:00
..
template.go Print template parsing errors to aid troubleshooting 2015-01-31 23:27:50 +01:00
template_embedded.go Some more .Date.IsZero checks in internal templates 2015-01-30 22:05:03 +01:00
template_test.go Add writable context to Node 2015-01-31 22:01:30 +01:00