]> njoseph.me Git - hyde.git/blobdiff - layouts/index.html
Use `partial` call to include partial templates
[hyde.git] / layouts / index.html
index 320b97512f92ecb5b08fcd2b8ce2266a3305f348..b26cdf5c7c496783933d670c8e6acc2bfd368b28 100644 (file)
@@ -1,7 +1,7 @@
-{{ template "theme/partials/head.html" . }}
+{{ partial "head.html" . }}
 <body>
 
-{{ template "theme/partials/sidebar.html" . }}
+{{ partial "sidebar.html" . }}
 
     <div class="content container">
 <div class="posts">
@@ -20,7 +20,7 @@
   </div>
   {{ end }}
 </div>
-
+</div>
 
   </body>
 </html>