diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..71674b7 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,8 @@ +
+ + + + + {% seo %} + + diff --git a/_includes/js.html b/_includes/js.html new file mode 100644 index 0000000..9705f45 --- /dev/null +++ b/_includes/js.html @@ -0,0 +1,4 @@ + + diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..af5eab3 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,16 @@ + + + {% include head.html %} + +