diff --git a/_includes/head-custom.html b/_includes/head-custom.html new file mode 100644 index 0000000..841d224 --- /dev/null +++ b/_includes/head-custom.html @@ -0,0 +1,12 @@ + + + +{% include head-custom-theme-colors.html %} + + +{% include head-custom-google-analytics.html %} + + + + + diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..5a8a768 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,13 @@ +
+ + + + {% seo %} + + + + + {% include head-custom.html %} + diff --git a/index.md b/index.md index 6b6ed49..ec27c18 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,8 @@ +--- +layout: default +title: Home +--- +