summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..6f9cb0c
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ {% include header.liquid %}
+
+ <body>
+ <div class="columns">
+ <div class="column is-half is-offset-one-quarter mt-4">
+ {% include top_bar.liquid %}
+ <div class="columns content mt-4">
+ {{ content }}
+ </div>
+ </div>
+ </div>
+ </body>
+</html>