Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globally

Added an option change the theme globally in the configs
This commit is contained in:
digitalcraftsman 2015-07-15 12:08:39 +02:00
commit cd672f87b7
4 changed files with 17 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{{ partial "head.html" . }}
<body>
<body class="{{ .Site.Params.themeColor }}">
{{ partial "sidebar.html" . }}

View file

@ -1,5 +1,5 @@
{{ partial "head.html" . }}
<body>
<body class="{{ .Site.Params.themeColor }}">
{{ partial "sidebar.html" . }}

View file

@ -1,5 +1,5 @@
{{ partial "head.html" . }}
<body>
<body class="{{ .Site.Params.themeColor }}">
{{ partial "sidebar.html" . }}