There was an error while loading. Please reload this page.
1 parent 58d9cbd commit ebf677aCopy full SHA for ebf677a
hugolib/taxonomy.go
@@ -39,7 +39,7 @@ type WeightedPages []WeightedPage
39
// A WeightedPage is a Page with a weight.
40
type WeightedPage struct {
41
Weight int
42
- Page *Page
+ *Page
43
}
44
45
func (w WeightedPage) String() string {
0 commit comments