]> njoseph.me Git - hyde.git/blobdiff - layouts/index.html
Added missing change in index.html
[hyde.git] / layouts / index.html
index cb75c3b4dcc948aca35ea23183af2dd45dab8573..6ba175ed3b9af5ed7b604a4505918d22b5707559 100644 (file)
@@ -1,7 +1,7 @@
-{{ template "theme/chrome/head.html" . }}
-<body>
+{{ partial "head.html" . }}
+<body class="{{ .Site.Params.themeColor }}">
 
-{{ template "theme/chrome/sidebar.html" . }}
+{{ partial "sidebar.html" . }}
 
     <div class="content container">
 <div class="posts">
@@ -20,7 +20,7 @@
   </div>
   {{ end }}
 </div>
-
+</div>
 
   </body>
 </html>