Added sitename after page titles
diff --git a/templates/authors.html b/templates/authors.html
index 75192e2..31141ae 100644
--- a/templates/authors.html
+++ b/templates/authors.html
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% block title %}{{ SITENAME }} - Authors{% endblock %}
+{% block title %}Authors | {{ SITENAME }}{% endblock %}
 
 {% block subheader %}
 {% include "modules/blogsubheader.html" %}