about summary refs log tree commit diff stats
path: root/layouts/404.html
diff options
context:
space:
mode:
authorTony Bai2015-09-22 17:28:15 +0800
committerTony Bai2015-09-22 17:28:15 +0800
commit1d6e11a3748f2cc0477b3db1d13dd49e78e3099e (patch)
tree64a9d9a00def36546efe074313eb158daf596bde /layouts/404.html
parent1bb0a5b332b24c810a4635a63d20d87602620df0 (diff)
downloadhyde-1d6e11a3748f2cc0477b3db1d13dd49e78e3099e.tar.lz
hyde-1d6e11a3748f2cc0477b3db1d13dd49e78e3099e.tar.zst
hyde-1d6e11a3748f2cc0477b3db1d13dd49e78e3099e.zip
make 404 page use Site.Params.themeColor
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 822572d..8fa1a59 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,5 +1,5 @@
 {{ partial "head.html" . }}
-<body>
+<body class="{{ .Site.Params.themeColor }}">
 
 {{ partial "sidebar.html" . }}