hugo/hugolib
Bjørn Erik Pedersen a30023f5cb hugolib: Fix section logic for root folders with subfolders
This commit fixes an issue introduced in the recently released Hugo 0.22.

This logic did not handle the case with root sections with non-section subfolders very well.

Fixes #3586
2017-06-13 12:41:50 +02:00
..
testdata
404_test.go
alias.go Add noindex tag to HTML generated by Hugo Aliases 2017-06-08 23:12:39 +02:00
alias_test.go
author.go
case_insensitive_test.go
config.go
config_test.go
datafiles_test.go
disableKinds_test.go
embedded_shortcodes_test.go
gitinfo.go
handler_base.go
handler_file.go
handler_meta.go
handler_page.go
handler_test.go
hugo_info.go
hugo_sites.go hugolib: Enable nested sections 2017-06-08 11:21:34 +02:00
hugo_sites_build.go
hugo_sites_build_test.go
media.go
menu.go
menu_old_test.go hugolib: Enable nested sections 2017-06-08 11:21:34 +02:00
menu_test.go
multilingual.go
node_as_page_test.go
page.go hugolib: Unexport some internal methods 2017-06-08 22:33:18 +02:00
page_collections.go hugolib: Unexport some internal methods 2017-06-08 22:33:18 +02:00
page_collections_test.go hugolib: Remove some superflous TODO comments 2017-06-03 17:32:47 +02:00
page_output.go
page_paths.go hugolib: Fix disablePathToLower regression 2017-06-06 09:15:42 +02:00
page_paths_test.go hugolib: Simplify some test loops 2017-06-06 08:43:33 +02:00
page_permalink_test.go
page_taxonomy_test.go
page_test.go hugolib: Fix disablePathToLower regression 2017-06-06 09:15:42 +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
pagination_test.go hugolib: Simplify some test loops 2017-06-06 08:43:33 +02:00
path_separators_test.go
permalinker.go
permalinks.go hugolib: Support sub-sections in permalink settings 2017-06-13 11:42:32 +02:00
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 hugolib, commands: Improve live-reload on directory structure changes 2017-06-08 20:14:28 +02:00
site_benchmark_test.go hugolib: Add some more tags to benchmark 2017-06-02 18:40:10 +02:00
site_output.go
site_output_test.go
site_render.go hugolib: Make the RSS feed use the date for the node it represents 2017-06-09 01:10:16 +02:00
site_sections.go hugolib: Fix section logic for root folders with subfolders 2017-06-13 12:41:50 +02:00
site_sections_test.go hugolib: Fix section logic for root folders with subfolders 2017-06-13 12:41:50 +02:00
site_test.go hugolib: Enable nested sections 2017-06-08 11:21:34 +02:00
site_url_test.go hugolib: Enable nested sections 2017-06-08 11:21:34 +02:00
siteJSONEncode_test.go
sitemap.go
sitemap_test.go hugolib: Add test for no 404 in sitemap 2017-06-06 08:09:25 +02:00
taxonomy.go
taxonomy_test.go hugolib: Simplify some test loops 2017-06-06 08:43:33 +02:00
template_engines_test.go
template_test.go
testhelpers_test.go
translations.go