You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/news/0.57.2-relnotes/index.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ images:
9
9
10
10
---
11
11
12
-
Hugo 0.57.0 had some wellintended breaking changes. And while they made a lot of sense, one of them made a little too much noise.
12
+
Hugo 0.57.0 had some well-intended breaking changes. And while they made a lot of sense, one of them made a little too much noise.
13
13
14
-
This release reverts the behaviour for `.Pages` on the home page to how it behaved in 0.56, but adds a `WARNING` telling you what to do to prepare for Hugo 0.58.
14
+
This release reverts the behavior for `.Pages` on the home page to how it behaved in 0.56, but adds a `WARNING` telling you what to do to prepare for Hugo 0.58.
15
15
16
16
In short, `.Page` home will from 0.58 only return its immediate children (sections and regular pages).
17
17
@@ -23,7 +23,6 @@ In this release it returns `.Site.RegularPages`. So to prepare for Hugo 0.58 you
23
23
{{- $pages := $pctx.RegularPages -}}
24
24
```
25
25
26
-
27
26
* tpl: Use RegularPages for RSS template [88d69936](https://github.com/gohugoio/hugo/commit/88d69936122f82fffc02850516bdb37be3d0892b)[@bep](https://github.com/bep)[#6238](https://github.com/gohugoio/hugo/issues/6238)
28
27
* hugolib: Don't use the global warning logger [ea681603](https://github.com/gohugoio/hugo/commit/ea6816030081b2cffa6c0ae9ca5429a2c6fe2fa5)[@bep](https://github.com/bep)[#6238](https://github.com/gohugoio/hugo/issues/6238)
29
28
* tpl: Avoid "home page warning" in RSS template [564cf1bb](https://github.com/gohugoio/hugo/commit/564cf1bb11e100891992e9131b271a79ea7fc528)[@bep](https://github.com/bep)[#6238](https://github.com/gohugoio/hugo/issues/6238)
0 commit comments