diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..d9aafc8 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,22 @@ + + + + + + + {%- include head.html -%} + + +
+ + {%- include header.html -%} + +
+ {{ content }} +
+ + {%- include footer.html -%} + +
+ +