make 404 page use Site.Params.themeColor
This commit is contained in:
parent
1bb0a5b332
commit
1d6e11a374
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue