Procházet zdrojové kódy

Added missing change in index.html

digitalcraftsman před 10 roky
rodič
revize
6f6a0a7feb
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      layouts/index.html

+ 1
- 0
layouts/index.html Zobrazit soubor

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