Browse Source

Merge pull request #26 from bigwhite/master

fix #25: make 404 page use Site.Params.themeColor
digitalcraftsman 9 years ago
parent
commit
bf6f0a4426
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/404.html

+ 1
- 1
layouts/404.html View File

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