Ver código fonte

make 404 page use Site.Params.themeColor

Tony Bai 9 anos atrás
pai
commit
1d6e11a374
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      layouts/404.html

+ 1
- 1
layouts/404.html Ver arquivo

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