Ver código fonte

Added missing change in index.html

digitalcraftsman 9 anos atrás
pai
commit
6f6a0a7feb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      layouts/index.html

+ 1
- 0
layouts/index.html Ver arquivo

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