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