Skip to content

Commit

Permalink
make 404 page use Site.Params.themeColor
Browse files Browse the repository at this point in the history
  • Loading branch information
bigwhite committed Sep 22, 2015
1 parent 1bb0a5b commit 1d6e11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ partial "head.html" . }}
<body>
<body class="{{ .Site.Params.themeColor }}">

{{ partial "sidebar.html" . }}

Expand Down

0 comments on commit 1d6e11a

Please sign in to comment.