From 887af257652d6a650b15aca802fb30456d742ba5 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Thu, 27 Apr 2017 15:16:39 -0500 Subject: [PATCH] Make theme version inside quotes Fixes #62 --- config.codekit3 | 4 ++-- theme.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.codekit3 b/config.codekit3 index ec3c0554..3b97afde 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 abf6a275..be2cb3fa 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"