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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-04-27 23:16:39 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-04-27 23:16:39 +0300
commit887af257652d6a650b15aca802fb30456d742ba5 (patch)
tree127d2d10108fd55438e215dfca205ea477103218
parent62e6e5300af03232cabf3983820ffb61788bbc0a (diff)
Make theme version inside quotes
Fixes #62
-rw-r--r--config.codekit34
-rw-r--r--theme.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/config.codekit3 b/config.codekit3
index ec3c055..3b97afd 100644
--- a/config.codekit3
+++ b/config.codekit3
@@ -7202,8 +7202,8 @@
"oA": 0,
"oAP": "\/images\/screenshot.png",
"oF": 0,
- "oIPL": 0,
- "opt": 0,
+ "oIPL": 1,
+ "opt": 1,
"oT": 1,
"q": 100
},
diff --git a/theme.toml b/theme.toml
index abf6a27..be2cb3f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet"
tags = ["podcast", "responsive"]
features = ["podcast RSS", "subscribe buttons"]
min_version = 0.19
-theme_version = 0.3.0
+theme_version = "0.3.0"
[author]
name = "Matt Stratton"