Convert theme min_version to string
This commit is contained in:
parent
f73f722d24
commit
6a847ca683
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ description = "Starter Hugo theme for developers."
|
|||
homepage = "https://github.com/vimux/blank/"
|
||||
tags = ["blog", "plain", "blank", "starter", "development"]
|
||||
features = ["blog"]
|
||||
min_version = 0.20
|
||||
min_version = "0.20"
|
||||
|
||||
[author]
|
||||
name = "Vimux"
|
||||
|
|
Loading…
Reference in a new issue