diff --git a/source/_includes/after_footer.html b/source/_includes/after_footer.html
new file mode 100644
index 0000000..80a481e
--- /dev/null
+++ b/source/_includes/after_footer.html
@@ -0,0 +1,5 @@
+{% include disqus.html %}
+{% include google_plus_one.html %}
+{% include twitter_sharing.html %}
+{% include google_analytics.html %}
+{% include custom/after_footer.html %}
diff --git a/source/_includes/custom/after_footer.html b/source/_includes/custom/after_footer.html
new file mode 100644
index 0000000..bce25dd
--- /dev/null
+++ b/source/_includes/custom/after_footer.html
@@ -0,0 +1,3 @@
+{% comment %}
+ Add content to be output at the bottom of each page. (You might use this for analytics scripts, for example)
+{% endcomment %}
diff --git a/source/_layouts/default.html b/source/_layouts/default.html
index f670e1c..f23b07b 100644
--- a/source/_layouts/default.html
+++ b/source/_layouts/default.html
@@ -9,9 +9,6 @@
- {% include disqus.html %}
- {% include google_analytics.html %}
- {% include google_plus_one.html %}
- {% include twitter_sharing.html %}
+ {% include after_footer.html %}