diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-10-30 16:10:44 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-10-30 16:10:44 +0100 |
commit | ab8948cf74237b4e7a961d31369f793ca5ce5a8e (patch) | |
tree | 3bb3e74bc78f51348ee35db2c1589d15ac1f794a | |
parent | 2bb318b4b8f9699e9a89a6118fcd55125d23cbd7 (diff) |
Set required hugo version to 0.43
-rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.41" +min_version = "0.43" [author] name = "Alex Shpak" |