Added sitename after page titles
diff --git a/templates/categories.html b/templates/categories.html
index 7c6be9f..34deba2 100644
--- a/templates/categories.html
+++ b/templates/categories.html
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% block title %}Categories{% endblock %}
+{% block title %}Categories | {{ SITENAME }}{% endblock %}
 
 {% block subheader %}
 {% include "modules/blogsubheader.html" %}