diff --git a/hugolib/taxonomy.go b/hugolib/taxonomy.go index 5faf14d0f..35e0795e5 100644 --- a/hugolib/taxonomy.go +++ b/hugolib/taxonomy.go @@ -39,7 +39,7 @@ type WeightedPages []WeightedPage // A WeightedPage is a Page with a weight. type WeightedPage struct { Weight int - Page *Page + *Page } func (w WeightedPage) String() string {