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: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ All notable changes to this project will be documented in this file.
21
21
22
22
### Breaking changes
23
23
24
-
Do not support anymore Hugo version <= 0.30!
24
+
#### Do not support anymore Hugo version < 0.53!
25
+
26
+
As `.Hugo` is deprecated, it has been replace by the global function `hugo` which appears in ([version 0.53](https://github.com/gohugoio/hugo/releases/tag/v0.53)).
25
27
26
28
`coverImage` from `config.toml` now more consistent by do not fix default static folder to `images` (see [#327](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/327) for more details).
27
29
`coverImage` from `param` will now always based on base path and not relative to current url, thus
0 commit comments