diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..2087bc1
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+{% if page.custom_js %}
+{% for js_file in page.custom_js %}
+
+{% endfor %}
+{% endif %}
+
+
+{% if site.google_analytics %}
+
+{% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html
index 8e16c9a..a62801b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -12,28 +12,8 @@
{{ content }}
-
-
-
-
-
- {% if page.custom_js %}
- {% for js_file in page.custom_js %}
-
- {% endfor %}
- {% endif %}
-
-
- {% if site.google_analytics %}
-
- {% endif %}
+
+ {% include footer.html %}