ref: faeb55c1d827f0ea994551a103ff4f7448786d39
parent: 6c6a6c87ec2b5ac7342e268ab47861429230f7f4
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Nov 1 17:11:45 EDT 2018
hugolib: Bump to ERROR for the deprecated Pages.Sort
--- a/hugolib/pageSort.go
+++ b/hugolib/pageSort.go
@@ -101,7 +101,7 @@
// Order by Weight, Date, LinkTitle and then full file path.
func (p Pages) Sort() {
// Remove in Hugo 0.51
- helpers.Deprecated("Pages", "Sort", "Use .ByWeight", false)
+ helpers.Deprecated("Pages", "Sort", "Use .ByWeight", true)
p.sort()
}