#19, Set minimum hugo version to 0.48
This commit is contained in:
parent
cac0184060
commit
4eae7c302d
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
## Requirements
|
||||
* Hugo 0.43 or higher
|
||||
* Hugo 0.48 or higher
|
||||
* Hugo extended version, read more [here](https://gohugo.io/news/0.43-relnotes/)
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ description = "Hugo documentation theme as simple as plain book"
|
|||
homepage = "https://github.com/alex-shpak/hugo-book"
|
||||
tags = ["responsive", "clean", "documentation", "docs", "flexbox"]
|
||||
features = []
|
||||
min_version = "0.43"
|
||||
min_version = "0.48"
|
||||
|
||||
[author]
|
||||
name = "Alex Shpak"
|
||||
|
|
Loading…
Reference in a new issue