]> njoseph.me Git - hyde.git/blobdiff - layouts/_default/baseof.html
Make use of the base template
[hyde.git] / layouts / _default / baseof.html
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644 (file)
index 0000000..a45cf37
--- /dev/null
@@ -0,0 +1,8 @@
+{{ partial "head.html" . }}
+  <body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
+  {{ partial "sidebar.html" . }}
+    <div class="content container">
+    {{ block "main" . -}}{{- end }}
+    </div>
+  </body>
+</html>
\ No newline at end of file