diff --git a/_includes/head.html b/_includes/head.html
index d57c35c..22fcfbe 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -48,4 +48,10 @@
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
+
+ {% if page.type != "home" %}
+
+ {% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 06adf10..9e078f1 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -116,12 +116,6 @@
- {% if page.type != "home" %}
-
- {% endif %}
-