mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Renamed Indexes to Taxonomies. Old template and config parameters still work.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user