hugo/hugolib
Bjørn Erik Pedersen 08fa2b1124 hugolib: Fix layout lookup order for Render func
Will have to fix this in a better way later in relation to the non-renderable pages.

But this commit brings the Hugo Benchmark down to "only slightly slower" than master.

```
benchmark           old ns/op       new ns/op       delta
BenchmarkHugo-4     10074504521     10071236251     -0.03%

benchmark           old allocs     new allocs     delta
BenchmarkHugo-4     43623091       49271859       +12.95%

benchmark           old bytes      new bytes      delta
BenchmarkHugo-4     9468322704     9725848376     +2.72%
```

Which is something we can work with.
2017-03-27 15:43:56 +02:00
..
testdata
alias.go hugolib: Remove siteWriter 2017-03-27 15:43:56 +02:00
alias_test.go hugolib: Remove siteWriter 2017-03-27 15:43:56 +02:00
author.go
case_insensitive_test.go
config.go
config_test.go
datafiles_test.go
disableKinds_test.go
embedded_shortcodes_test.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
gitinfo.go
handler_base.go
handler_file.go hugolib: Remove siteWriter 2017-03-27 15:43:56 +02:00
handler_meta.go
handler_page.go
handler_test.go
hugo_info.go
hugo_sites.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
hugo_sites_build.go hugolib: Speed up URL handling 2017-03-27 15:43:56 +02:00
hugo_sites_build_test.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
media.go
menu.go
menu_old_test.go hugolib: Speed up URL handling 2017-03-27 15:43:56 +02:00
menu_test.go
multilingual.go
node_as_page_test.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
page.go hugolib: Fix layout lookup order for Render func 2017-03-27 15:43:56 +02:00
page_collections.go
page_output.go hugolib: Speed up URL handling 2017-03-27 15:43:56 +02:00
page_paths.go hugolib: Speed up URL handling 2017-03-27 15:43:56 +02:00
page_paths_test.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
page_permalink_test.go
page_taxonomy_test.go
page_test.go Refactor layout resolve to a descriptor/adapter pattern 2017-03-27 15:43:56 +02:00
page_time_integration_test.go
pageCache.go
pageCache_test.go
pageGroup.go
pageGroup_test.go
pageSort.go
pageSort_test.go
pagesPrevNext.go
pagesPrevNext_test.go
pagination.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
pagination_test.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
path_separators_test.go
permalinks.go
permalinks_test.go
robotstxt_test.go
rss_test.go
scratch.go
scratch_test.go
shortcode.go
shortcode_test.go
shortcodeparser.go
shortcodeparser_test.go
site.go output: Speed up layout calculations 2017-03-27 15:43:56 +02:00
site_output.go Rename OutputType to OutputFormat 2017-03-27 15:43:56 +02:00
site_output_test.go Rename OutputType to OutputFormat 2017-03-27 15:43:56 +02:00
site_render.go hugolib: Speed up URL handling 2017-03-27 15:43:56 +02:00
site_test.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
site_url_test.go
siteJSONEncode_test.go
sitemap.go
sitemap_test.go
taxonomy.go
taxonomy_test.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
template_engines_test.go
template_test.go
testhelpers_test.go hugolib: Refactor/-work the permalink/target path logic 2017-03-27 15:43:56 +02:00
translations.go