diff options
author | digitalcraftsman | 2017-04-08 18:24:27 +0200 |
---|---|---|
committer | digitalcraftsman | 2017-04-08 18:25:09 +0200 |
commit | daead1a8b052cfe15d4f9e282b05b92bffc66c46 (patch) | |
tree | dd12a5d635a5bbb8e788c6f0543a566c1731161c | |
parent | 6404f691fa0969a149340a5a1c650e9a282fd547 (diff) | |
download | hyde-daead1a8b052cfe15d4f9e282b05b92bffc66c46.tar.lz hyde-daead1a8b052cfe15d4f9e282b05b92bffc66c46.tar.zst hyde-daead1a8b052cfe15d4f9e282b05b92bffc66c46.zip |
Bump required Hugo version to v0.19+
-rw-r--r-- | theme.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme.toml b/theme.toml index 13d21c5..66ca805 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ licenselink = "https://github.com/spf13/hyde/blob/master/LICENSE.md" description = "An elegant open source and mobile first theme" tags = ["blog", "company"] features = ["blog", "themes", "disqus"] -min_version = 0.14 +min_version = 0.20 [author] name = "spf13" @@ -14,4 +14,4 @@ min_version = 0.14 [original] author = "mdo" homepage = "http://markdotto.com/" - repo = "https://www.github.com/mdo/hyde" \ No newline at end of file + repo = "https://www.github.com/mdo/hyde" |