Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-07 21:24:41 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-07-07 21:24:41 +0300
commitfc02fdcb2ce34bdc09457759046818f00b14b69b (patch)
tree008f1e805042015b518ac83a3f000e64083441df /theme.toml
parentf0ed2c78dd5e2d6e6b344371ff720d93a59d0a22 (diff)
Fix deprecated Hugo-vars and functions
That will stop working in Hugo 0.15. See https://github.com/spf13/hugoThemesSite/issues/6
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index 85de0ed..0d29ad7 100644
--- a/theme.toml
+++ b/theme.toml
@@ -2,6 +2,7 @@ name = "simple-a"
license = "MIT"
licenselink = "https://github.com/AlexFinn/simple-a/blob/master/LICENSE.md"
description = "Minimalistic Hugo theme"
+min_version = 0.14
tags = ["AlexFinn", ]
features = ["blog", ]