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

github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwaschtl <fuu0@users.noreply.github.com>2020-02-15 01:22:15 +0300
committerGitHub <noreply@github.com>2020-02-15 01:22:15 +0300
commit017543c384791d1cc0a329725b18c3338244e4d5 (patch)
treed1059e8dba871ff58360740732d4c41937c01a38
parent6452f52b8e8b6c051cb0769c33f9e2dc3b2b93ed (diff)
fix min_version string
unmarshal failed: Near line 8 (last key parsed 'min_version'): Invalid float value: "0.57.0"
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 884df53..42f5146 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "Potato Dark is a modern, simple and beautiful Hugo theme"
source_repo = "git@github.com:surajmandalcell/potato-dark.git"
tags = ["Responsive", "Blog", "Google analytics", "Disqus", "Clean", "Tags", "Minimal", "Minimalist", "Simple", "White", "Starter"]
features = ["blog"]
-min_version = 0.57.0
+min_version = "0.57.0"
[author]
name = "Potato Dark"
homepage = "https://surajmandalcell.github.com/potato-dark"