diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html
new file mode 100644
index 0000000..8a3ae5c
--- /dev/null
+++ b/_includes/head-custom-google-analytics.html
@@ -0,0 +1,10 @@
+{% if site.google_analytics %}
+
+{% endif %}
diff --git a/_includes/head-custom.html b/_includes/head-custom.html
index 94fd40b..44cdb83 100644
--- a/_includes/head-custom.html
+++ b/_includes/head-custom.html
@@ -1,9 +1,12 @@
-
+
-
+
{% include head-custom-theme-colors.html %}
-
+
+{% include head-custom-google-analytics.html %}
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
index 08e68a2..77f23fc 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -47,16 +47,5 @@
-
- {% if site.google_analytics %}
-
- {% endif %}