summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-07-15 12:08:39 +0200
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2015-07-15 12:08:39 +0200
commitcd672f87b773e7d7f0bd278fe2faa68a1e2ffc1f (patch)
tree0375b3354248b1d123c957cc2e43a5599c2d209c /layouts/index.html
parent75ea79ab8b68986ca164380a5f65ca6e2f35f9b3 (diff)
parent6f6a0a7febd6a85309c1473d6e10b9e48ad1d9ea (diff)
Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globally
Added an option change the theme globally in the configs
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index b26cdf5..6ba175e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,5 +1,5 @@
{{ partial "head.html" . }}
-<body>
+<body class="{{ .Site.Params.themeColor }}">
{{ partial "sidebar.html" . }}