Update the required Hugo version in theme.toml
The i18n changes introduced in 5cf80fe
require Hugo 0.17, so
update theme.toml accordingly.
This commit is contained in:
parent
a63ae22301
commit
aa6fb555b0
@ -4,7 +4,7 @@ licenselink = "https://github.com/halogenica/Hugo-BeautifulHugo/blob/master/LICE
|
||||
description = "A port of Beautiful Jekyll theme"
|
||||
tags = ["blog", "company", "portfolio", "projects", "minimal", "responsive"]
|
||||
features = ["blog", "themes", "disqus", "minimal", "responsive"]
|
||||
min_version = 0.15
|
||||
min_version = 0.17
|
||||
|
||||
[author]
|
||||
name = "halogenica"
|
||||
@ -14,4 +14,5 @@ min_version = 0.15
|
||||
[original]
|
||||
author = "dattali"
|
||||
homepage = "http://deanattali.com/beautiful-jekyll/"
|
||||
repo = "https://github.com/daattali/beautiful-jekyll"
|
||||
repo = "https://github.com/daattali/beautiful-jekyll"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user