diff --git a/theme/templates/base.html.old b/theme/templates/base.html.old
deleted file mode 100644
index 369422a..0000000
--- a/theme/templates/base.html.old
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
- {% block title %}{{ SITENAME }}{%endblock%}
-
-
-
- {% if FEED_RSS %}
-
- {% endif %}
-
-
-
-
-
-
-
-
-
-
-
-
- {% include 'github.html' %}
-
-
-
- {% block content %}
- {% endblock %}
-
-
-
-
-
-
-
-
- {% include 'analytics.html' %}
- {% include 'piwik.html' %}
- {% include 'disqus_script.html' %}
-
-
-
-
-
diff --git a/theme/templates/category.html b/theme/templates/category.html
index a75086f..ba808f1 100644
--- a/theme/templates/category.html
+++ b/theme/templates/category.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block content-title %}{{ SITENAME }} - {{ category }}{% endblock %}
+{% block content_title %}{{ SITENAME }} - {{ category }}{% endblock %}
{% block content %}
{% for article in articles %}