mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
Revise the deprecation strategy
Git users and theme authors two Hugo releases to fix: 1. With a visible warning 2. Then with an ERROR that exits with -1 Fixes #2726
This commit is contained in:
@@ -1270,6 +1270,7 @@ func TestIndexPageSimpleMethods(t *testing.T) {
|
||||
} {
|
||||
|
||||
n := &Page{pageInit: &pageInit{}, Kind: KindHome}
|
||||
|
||||
n.RSSLink = "rssLink"
|
||||
|
||||
if !this.assertFunc(n) {
|
||||
|
Reference in New Issue
Block a user