]> njoseph.me Git - hyde.git/blobdiff - layouts/_default/single.html
Added an option change the theme globally in the configs
[hyde.git] / layouts / _default / single.html
index e0b2f944601d9ebbea5e9799843c0b0f3185ea64..9f4f6034985f1849d1e8b31c18e8cda38cb88cd7 100644 (file)
@@ -1,7 +1,7 @@
-{{ template "theme/partials/head.html" . }}
-<body>
+{{ partial "head.html" . }}
+<body class="{{ .Site.Params.themeColor }}">
 
-{{ template "theme/partials/sidebar.html" . }}
+{{ partial "sidebar.html" . }}
 
     <div class="content container">
 <div class="post">