diff --git a/theme/templates/base.html.old b/theme/templates/base.html.old
new file mode 100644
index 0000000..369422a
--- /dev/null
+++ b/theme/templates/base.html.old
@@ -0,0 +1,71 @@
+
+
+
+ {% block title %}{{ SITENAME }}{%endblock%}
+
+
+
+ {% if FEED_RSS %}
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+ {% include 'github.html' %}
+
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
+
+
+
+ {% include 'analytics.html' %}
+ {% include 'piwik.html' %}
+ {% include 'disqus_script.html' %}
+
+
+
+
+