hugo/hugolib
Tatsushi Demachi e9853642e5 Listen channel before sending values to it
The 'results' channel is not listend before sending error values in a
loop checking IsRenderable or not. This fixes it.
2016-02-20 14:03:06 +09:00
..
author.go
benchmark_test.go
datafiles_test.go
handler_base.go
handler_file.go
handler_meta.go
handler_page.go Read/reread individual source content files 2016-01-26 14:26:23 -05:00
handler_test.go
hugo.go
media.go
menu.go Add menu sort tests 2016-02-07 12:34:43 +01:00
menu_test.go Add missing menu tests 2016-02-07 13:43:42 +01:00
node.go
node_test.go Add Node tests for simple methods 2016-02-07 13:18:16 +01:00
page.go Rewrite commentary on static event handling 2016-01-26 14:56:42 -05:00
page_permalink_test.go
page_taxonomy_test.go
page_test.go Add Page tests for simple methods 2016-02-07 13:32:08 +01:00
page_time_integration_test.go
pageCache.go Apply gofmt -s 2016-02-06 13:09:52 +01:00
pageCache_test.go
pageGroup.go
pageGroup_test.go
pageSort.go Fix buggy Pages.Limit 2016-02-06 22:10:36 +01:00
pageSort_test.go Remove Printf in test 2016-02-06 22:19:58 +01:00
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
robotstxt_test.go
rss_test.go
scratch.go Apply gofmt -s 2016-02-06 13:09:52 +01:00
scratch_test.go
shortcode.go
shortcode_test.go
shortcodeparser.go
shortcodeparser_test.go
site.go Listen channel before sending values to it 2016-02-20 14:03:06 +09:00
site_show_plan_test.go
site_test.go Add test for Hugo hanging up with empty content 2016-02-08 20:55:19 +09:00
site_url_test.go
siteinfo_test.go
siteJSONEncode_test.go
sitemap.go
sitemap_test.go hugolib: Add test for parseSitemap 2016-02-07 15:56:56 +01:00
summary.go
taxonomy.go
taxonomy_test.go