Added sitename after page titles
diff --git a/templates/author.html b/templates/author.html
index 855af33..c2decd3 100644
--- a/templates/author.html
+++ b/templates/author.html
@@ -1,5 +1,5 @@
 {% extends "index.html" %}
-{% block title %}Author: {{ author }}{% endblock %}
+{% block title %}Author: {{ author }} | {{ SITENAME }}{% endblock %}
 
 {% block subheader %}
 <p>Author: {{ author }}</p>