From 39c39f47bb0e563f42c5a474887c324016c584de Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 12 Feb 2017 14:03:18 +0100 Subject: [PATCH] theme is now themeColor to work with Jekyll 3.3 --- _config.yml | 2 +- _layouts/default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 354a7b8..e515b0e 100755 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ description: > baseurl: "https://www.foo.be" url: "https://www.foo.be" fixedNav: 'true' # true or false -theme: grey # green, blue, orange, purple, grey +themeColor: grey # green, blue, orange, purple, grey twitterUsername: adulau githubUsername: adulau flickrUsername: adulau diff --git a/_layouts/default.html b/_layouts/default.html index 0e91fd4..55e65aa 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} {% include navigation.html %}