mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-23 10:17:05 +00:00
theme is now themeColor to work with Jekyll 3.3
This commit is contained in:
parent
4007149537
commit
39c39f47bb
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="t-{{ site.theme }}">
|
||||
<html class="t-{{ site.themeColor }}">
|
||||
{% include head.html %}
|
||||
<body>
|
||||
{% include navigation.html %}
|
||||
|
|
Loading…
Reference in a new issue