Merge pull request #26 from bigwhite/master

fix #25: make 404 page use Site.Params.themeColor
This commit is contained in:
digitalcraftsman 2015-09-22 12:34:03 +02:00
commit bf6f0a4426
1 changed files with 1 additions and 1 deletions

View File

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