about summary refs log tree commit diff stats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 19:23:18 +0200
committerAlan Pearce2018-06-17 19:23:18 +0200
commit743253f995d352f51fc7b7681948b20c79609060 (patch)
treee7992e69cff8aabd1f8c3e571a74d6ecbb130477 /layouts/_default/baseof.html
parent61b24805867fc6d2aa67ede189d43faf86220ad4 (diff)
parent8cab2d27e2b7727e632d817dbdd41a97cc99af00 (diff)
downloadhyde-743253f995d352f51fc7b7681948b20c79609060.tar.lz
hyde-743253f995d352f51fc7b7681948b20c79609060.tar.zst
hyde-743253f995d352f51fc7b7681948b20c79609060.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..0c87c3f
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,10 @@
+{{ 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>
+
+    {{ template "_internal/google_analytics_async.html" . }}
+  </body>
+</html>
\ No newline at end of file