summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html7
-rw-r--r--layouts/partials/head.html0
2 files changed, 7 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..88882e5
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<html lang="{{ .Site.Language.Lang }}">
+ {{- partial "head.html" . -}}
+ <body class="theme-base-{{ .Site.Params.color_scheme }}">
+
+ </body>
+</html>
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/head.html