diff --git a/_includes/author-bio.html b/_includes/_author-bio.html
similarity index 100%
rename from _includes/author-bio.html
rename to _includes/_author-bio.html
diff --git a/_includes/browser-upgrade.html b/_includes/_browser-upgrade.html
similarity index 100%
rename from _includes/browser-upgrade.html
rename to _includes/_browser-upgrade.html
diff --git a/_includes/footer.html b/_includes/_footer.html
similarity index 100%
rename from _includes/footer.html
rename to _includes/_footer.html
diff --git a/_includes/head.html b/_includes/_head.html
similarity index 100%
rename from _includes/head.html
rename to _includes/_head.html
diff --git a/_includes/navigation.html b/_includes/_navigation.html
similarity index 100%
rename from _includes/navigation.html
rename to _includes/_navigation.html
diff --git a/_includes/scripts.html b/_includes/_scripts.html
similarity index 100%
rename from _includes/scripts.html
rename to _includes/_scripts.html
diff --git a/_layouts/home.html b/_layouts/home.html
index 39e56816..7dd941eb 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -4,14 +4,14 @@
-{% include head.html %}
+{% include _head.html %}
-{% include browser-upgrade.html %}
+{% include _browser-upgrade.html %}
-{% include navigation.html %}
+{% include _navigation.html %}
{% if page.image.feature %}
@@ -19,7 +19,7 @@
{% endif %}
- {% include author-bio.html %}
+ {% include _author-bio.html %}
@@ -34,11 +34,11 @@
-{% include scripts.html %}
+{% include _scripts.html %}
\ No newline at end of file
diff --git a/_layouts/page.html b/_layouts/page.html
index 9466931e..5cd6123f 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -4,14 +4,14 @@
-{% include head.html %}
+{% include _head.html %}
-{% include browser-upgrade.html %}
+{% include _browser-upgrade.html %}
-{% include navigation.html %}
+{% include _navigation.html %}
{% if page.image.feature %}
@@ -20,7 +20,7 @@
- {% include author-bio.html %}
+ {% include _author-bio.html %}
{{ page.title }}
@@ -32,11 +32,11 @@
-{% include scripts.html %}
+{% include _scripts.html %}
\ No newline at end of file
diff --git a/_layouts/post-index.html b/_layouts/post-index.html
index 83cac079..6d03a657 100644
--- a/_layouts/post-index.html
+++ b/_layouts/post-index.html
@@ -4,14 +4,14 @@
-{% include head.html %}
+{% include _head.html %}
-{% include browser-upgrade.html %}
+{% include _browser-upgrade.html %}
-{% include navigation.html %}
+{% include _navigation.html %}
{% if page.image.feature %}
@@ -19,7 +19,7 @@
{% endif %}
- {% include author-bio.html %}
+ {% include _author-bio.html %}
@@ -43,11 +43,11 @@
-{% include scripts.html %}
+{% include _scripts.html %}
\ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
index 8e563e42..7d8be586 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,14 +4,14 @@
-{% include head.html %}
+{% include _head.html %}
-{% include browser-upgrade.html %}
+{% include _browser-upgrade.html %}
-{% include navigation.html %}
+{% include _navigation.html %}
{% if page.image.feature %}
@@ -20,7 +20,7 @@
- {% include author-bio.html %}
+ {% include _author-bio.html %}
@@ -32,7 +32,7 @@
@@ -59,11 +59,11 @@
{% endif %}
-{% include scripts.html %}
+{% include _scripts.html %}
-
\ No newline at end of file
+