Added sitename after page titles
diff --git a/templates/page.html b/templates/page.html
index fe8b24f..4c51299 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% block title %}{{ page.title }}{% endblock %}
+{% block title %}{{ page.title }} | {{ SITENAME }}{% endblock %}
 
 {% block content %}
 <article>