summaryrefslogtreecommitdiff
path: root/src/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/_layouts/default.html')
-rw-r--r--src/_layouts/default.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/_layouts/default.html b/src/_layouts/default.html
new file mode 100644
index 0000000..5df9d6d
--- /dev/null
+++ b/src/_layouts/default.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="{{ page.lang | default: site.lang | default: "en" }}">
+
+ {%- include head.html -%}
+
+ <body>
+
+ <div class="container">
+
+ {%- include header.html -%}
+
+ <main aria-label="Content">
+ {{ content }}
+ </main>
+
+ {%- include footer.html -%}
+
+ </div>
+
+ </body>
+
+</html>