]> njoseph.me Git - hyde.git/blobdiff - layouts/index.html
Add missing div closing tag
[hyde.git] / layouts / index.html
index cb75c3b4dcc948aca35ea23183af2dd45dab8573..b8c9d653265b3b32d76fd4e550f38e6fc087db84 100644 (file)
@@ -1,7 +1,7 @@
-{{ template "theme/chrome/head.html" . }}
+{{ template "theme/partials/head.html" . }}
 <body>
 
-{{ template "theme/chrome/sidebar.html" . }}
+{{ template "theme/partials/sidebar.html" . }}
 
     <div class="content container">
 <div class="posts">
@@ -20,7 +20,7 @@
   </div>
   {{ end }}
 </div>
-
+</div>
 
   </body>
 </html>