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

github.com/kritoke/darksimplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rhone <3081486+kritoke@users.noreply.github.com>2019-08-25 19:02:07 +0300
committerMatt Rhone <3081486+kritoke@users.noreply.github.com>2019-08-25 19:02:07 +0300
commitd516015dd7e76b7fe0860a2ce20b773405e35afa (patch)
treebf43793bd320c45aa54e9e31b666e96845cdbf31
parenta585784120766a4664815063d401d970665d02f2 (diff)
Update min version with "0.57.0" in config
-rw-r--r--config.toml2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index 32ff725..7dab148 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,7 @@ languageCode = "en-us"
title = "Dark Simplicity"
baseurl = "http://example.org/"
theme = "darksimplicity"
-min_version = 0.57
+min_version = "0.57.0"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
diff --git a/theme.toml b/theme.toml
index db312c9..5bed19a 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "A Dark Minimalist Theme for Hugo utilizing the Lost Grid Framewor
homepage = "http://github.com/kritoke/darksimplicity"
tags = ["blog", "dark", "minimalist"]
features = ["blog"]
-min_version = 0.57
+min_version = "0.57.0"
[author]
name = "Matt Rhone"