hugo/hugolib
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
..
author.go
benchmark_test.go
handler_base.go
handler_file.go
handler_meta.go
handler_page.go
hugo.go
media.go
menu.go
menu_test.go
node.go Add writable context to Node 2015-01-31 22:01:30 +01:00
page.go Fix defaults for Blackfriday 2015-01-31 22:06:50 +01:00
page_permalink_test.go
page_taxonomy_test.go
page_test.go
page_time_integration_test.go
pageGroup.go
pageGroup_test.go
pageSort.go
pagesPrevNext.go
pagesPrevNext_test.go
pagination.go
pagination_test.go
path_separators_test.go
path_separators_windows_test.go
permalinks.go
permalinks_test.go
planner.go
redis.cn.md
rss_test.go
scratch.go Add writable context to Node 2015-01-31 22:01:30 +01:00
scratch_test.go Add writable context to Node 2015-01-31 22:01:30 +01:00
shortcode.go Updating shortcode imports & site test to work with new buffer pool functions 2015-01-31 01:24:52 -05:00
shortcode_test.go Use strings instead of byte arrays for replaceShortcodeTokens tests 2015-01-30 20:58:25 +01:00
shortcodeparser.go
shortcodeparser_test.go
site.go Print template parsing errors to aid troubleshooting 2015-01-31 23:27:50 +01:00
site_show_plan_test.go
site_test.go Updating shortcode imports & site test to work with new buffer pool functions 2015-01-31 01:24:52 -05:00
site_url_test.go
siteinfo_test.go
sitemap.go
sitemap_test.go
summary.go
taxonomy.go
taxonomy_test.go