Renamed Indexes to Taxonomies. Old template and config parameters still work.

This commit is contained in:
spf13
2014-04-08 23:15:57 -04:00
parent aae6fa0b6b
commit 93bcddebb3
8 changed files with 171 additions and 150 deletions

View File

@@ -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 {