diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-04-09 10:33:04 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-06-08 11:21:34 +0200 |
commit | b39689393ccb8434d9a57658a64b77568c718e99 (patch) | |
tree | 944d679ac8e908444eb00d0d405ec3c131f31bab /hugolib/site_url_test.go | |
parent | bef5048580b38b0c29edef4eb8c67915033120e9 (diff) | |
download | hugo-b39689393ccb8434d9a57658a64b77568c718e99.tar.gz hugo-b39689393ccb8434d9a57658a64b77568c718e99.zip |
hugolib: Enable nested sections
Fixes #465
Diffstat (limited to 'hugolib/site_url_test.go')
-rw-r--r-- | hugolib/site_url_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/site_url_test.go b/hugolib/site_url_test.go index b655ff11c..bb1924a43 100644 --- a/hugolib/site_url_test.go +++ b/hugolib/site_url_test.go @@ -69,7 +69,7 @@ func TestPageCount(t *testing.T) { cfg.Set("uglyURLs", false) cfg.Set("paginate", 10) - writeSourcesToSource(t, "content", fs, urlFakeSource...) + writeSourcesToSource(t, "", fs, urlFakeSource...) s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Cfg: cfg}, BuildCfg{}) _, err := s.Fs.Destination.Open("public/blue") |