diff options
author | digitalcraftsman <digitalcraftsman@users.noreply.github.com> | 2015-07-15 12:08:39 +0200 |
---|---|---|
committer | digitalcraftsman <digitalcraftsman@users.noreply.github.com> | 2015-07-15 12:08:39 +0200 |
commit | cd672f87b773e7d7f0bd278fe2faa68a1e2ffc1f (patch) | |
tree | 0375b3354248b1d123c957cc2e43a5599c2d209c /layouts/index.html | |
parent | 75ea79ab8b68986ca164380a5f65ca6e2f35f9b3 (diff) | |
parent | 6f6a0a7febd6a85309c1473d6e10b9e48ad1d9ea (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.html | 2 |
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" . }} |