aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..8e7dae7
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="{{ page.lang | default: site.lang | default: 'en' }}">
+
+ {%- include head.html -%}
+
+ <body>
+ <div class="wrapper">
+ {%- include header.html -%}
+ <main>
+ {{ content }}
+ </main>
+ {%- include sidebar.html -%}
+ {%- include footer.html -%}
+ </div>
+ </body>
+
+</html>