Merge pull request #26 from bigwhite/master
fix #25: make 404 page use Site.Params.themeColor
This commit is contained in:
commit
bf6f0a4426
|
@ -1,5 +1,5 @@
|
||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
<body>
|
<body class="{{ .Site.Params.themeColor }}">
|
||||||
|
|
||||||
{{ partial "sidebar.html" . }}
|
{{ partial "sidebar.html" . }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue