diff options
author | spf13 <[email protected]> | 2014-04-08 23:15:57 -0400 |
---|---|---|
committer | spf13 <[email protected]> | 2014-04-09 17:15:04 -0400 |
commit | 93bcddebb3030705dcb643dffb65890a270b5182 (patch) | |
tree | 46dac123f4ea8320d7dde2823b0d7c7df75688d0 /hugolib/site_url_test.go | |
parent | aae6fa0b6b6319187992231baf773768585820d6 (diff) | |
download | hugo-93bcddebb3030705dcb643dffb65890a270b5182.tar.gz hugo-93bcddebb3030705dcb643dffb65890a270b5182.zip |
Renamed Indexes to Taxonomies. Old template and config parameters still work.
Diffstat (limited to 'hugolib/site_url_test.go')
-rw-r--r-- | hugolib/site_url_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hugolib/site_url_test.go b/hugolib/site_url_test.go index f248d6df1..63b737c31 100644 --- a/hugolib/site_url_test.go +++ b/hugolib/site_url_test.go @@ -71,8 +71,8 @@ func TestPageCount(t *testing.T) { t.Errorf("Unable to build site metadata: %s", err) } - if err := s.RenderLists(); err != nil { - t.Errorf("Unable to render site lists: %s", err) + if err := s.RenderSectionLists(); err != nil { + t.Errorf("Unable to render section lists: %s", err) } if err := s.RenderAliases(); err != nil { |