diff --git a/hugolib/hugo_sites.go b/hugolib/hugo_sites.go index 523cf51a7..31e499922 100644 --- a/hugolib/hugo_sites.go +++ b/hugolib/hugo_sites.go @@ -228,7 +228,7 @@ func (h *HugoSites) createMissingPages() error { tax := s.Taxonomies[plural] foundTaxonomyPage := false foundTaxonomyTermsPage := false - for key, _ := range tax { + for key := range tax { for _, p := range taxonomyPages { if p.sections[0] == plural && p.sections[1] == key { foundTaxonomyPage = true