]> njoseph.me Git - hyde.git/commitdiff
make 404 page use Site.Params.themeColor
authorTony Bai <bigwhite.cn@gmail.com>
Tue, 22 Sep 2015 09:28:15 +0000 (17:28 +0800)
committerTony Bai <bigwhite.cn@gmail.com>
Tue, 22 Sep 2015 09:28:15 +0000 (17:28 +0800)
layouts/404.html

index 822572d5c384fc11e5f8ff6a4a1db432c69b624b..8fa1a5959760ee030a19b305eb0b6d8992fb8375 100644 (file)
@@ -1,5 +1,5 @@
 {{ partial "head.html" . }}
-<body>
+<body class="{{ .Site.Params.themeColor }}">
 
 {{ partial "sidebar.html" . }}