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

github.com/eliasson/liquorice.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenick Murray <denick@denick.org>2017-04-29 15:52:06 +0300
committerDenick Murray <denick@denick.org>2017-04-29 15:52:06 +0300
commit8f748ff18a3e84f7803cd6ef43fb8ddd0a1859cd (patch)
tree34b2bd79b077c3113b8930b832b97138297f3f89
parentcdc1d42f8bd06cac62a2259dcaa9924d7219894f (diff)
Update minimum required Hugo version
-rw-r--r--README.md2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 69dde00..0ea5290 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Liquorice is a small black and white theme for [Hugo](https://github.com/spf13/h
### Dependencies
-Liquorice needs at least version 0.14 of Hugo.
+Liquorice needs at least version 0.20 of Hugo.
### Partials
diff --git a/theme.toml b/theme.toml
index 8efee05..8b923e8 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,4 +5,4 @@ licenselink = "https://github.com/eliasson/liquorice/blob/master/LICENSE"
name = "liquorice"
source_repo = "https://github.com/eliasson/liquorice"
tags = ["", ""]
-min_version=0.14
+min_version=0.20