Sfoglia il codice sorgente

make 404 page use Site.Params.themeColor

Tony Bai 9 anni fa
parent
commit
1d6e11a374
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      layouts/404.html

+ 1
- 1
layouts/404.html Vedi File

@@ -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