Browse Source

Added missing change in index.html

digitalcraftsman 9 years ago
parent
commit
6f6a0a7feb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      layouts/index.html

+ 1
- 0
layouts/index.html View File

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