]> njoseph.me Git - hyde.git/blobdiff - layouts/index.html
Added an option change the theme globally in the configs
[hyde.git] / layouts / index.html
index 320b97512f92ecb5b08fcd2b8ce2266a3305f348..468244b5a7fcd07b3e974c224187e61de4829a05 100644 (file)
@@ -1,7 +1,6 @@
-{{ template "theme/partials/head.html" . }}
-<body>
+{{ partial "head.html" . }}
 
-{{ template "theme/partials/sidebar.html" . }}
+{{ partial "sidebar.html" . }}
 
     <div class="content container">
 <div class="posts">
@@ -20,7 +19,7 @@
   </div>
   {{ end }}
 </div>
-
+</div>
 
   </body>
 </html>