diff --git a/.travis.yml b/.travis.yml
index 99cf60cab81..09f7f28b426 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ rvm:
branches:
only:
- master
-before_script: cp docs/_layouts/*.html _layouts/
+before_script: cp -rfv docs/_includes .
script: JEKYLL_ENV=production bundle exec jekyll build --config ./docs/_config.yml
deploy:
provider: pages
diff --git a/_includes/analytics-providers/custom.html b/_includes/analytics-providers/custom.html
index e69de29bb2d..c34b97ad90d 100644
--- a/_includes/analytics-providers/custom.html
+++ b/_includes/analytics-providers/custom.html
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/_includes/article-footer/custom.html b/_includes/article-footer/custom.html
index ae8ed2fa977..7483e62e78f 100644
--- a/_includes/article-footer/custom.html
+++ b/_includes/article-footer/custom.html
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/_includes/head/custom.html b/_includes/head/custom.html
index e69de29bb2d..7074c982263 100644
--- a/_includes/head/custom.html
+++ b/_includes/head/custom.html
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/_includes/head/favicon.html b/_includes/head/favicon.html
index e5f660ba10f..d383bfc01b5 100644
--- a/_includes/head/favicon.html
+++ b/_includes/head/favicon.html
@@ -1,3 +1,4 @@
+
{%- include snippets/prepend-baseurl.html path='/assets/apple-touch-icon.png' -%}
@@ -21,4 +22,5 @@
{%- include snippets/prepend-baseurl.html path='/assets/browserconfig.xml' -%}
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/_includes/main-bottom/custom.html b/_includes/main-bottom/custom.html
new file mode 100644
index 00000000000..079310cf422
--- /dev/null
+++ b/_includes/main-bottom/custom.html
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/_includes/pageview-providers/custom/home.html b/_includes/pageview-providers/custom/home.html
index e69de29bb2d..f22acadc05a 100644
--- a/_includes/pageview-providers/custom/home.html
+++ b/_includes/pageview-providers/custom/home.html
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/_includes/pageview-providers/custom/post.html b/_includes/pageview-providers/custom/post.html
index e69de29bb2d..18f39423b4a 100644
--- a/_includes/pageview-providers/custom/post.html
+++ b/_includes/pageview-providers/custom/post.html
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/_layouts/page.html b/_layouts/page.html
index db12840198b..a43740045d2 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -214,6 +214,7 @@