fix #25: make 404 page use Site.Params.themeColor
@@ -1,5 +1,5 @@
{{ partial "head.html" . }}
-<body>
+<body class="{{ .Site.Params.themeColor }}">
{{ partial "sidebar.html" . }}