Skip to content

Commit d306f0d

Browse files
committed
Fix wrong mini requirement
1 parent 2ebbd3c commit d306f0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ All notable changes to this project will be documented in this file.
2121

2222
### Breaking changes
2323

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)).
2527

2628
`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).
2729
`coverImage` from `param` will now always based on base path and not relative to current url, thus

0 commit comments

Comments
 (0)