minor fix to author's page title tag
diff --git a/templates/author.html b/templates/author.html
index 0b37290..9fd9c02 100644
--- a/templates/author.html
+++ b/templates/author.html
@@ -1,2 +1,2 @@
 {% extends "index.html" %}
-{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}
+{% block title %}{{ SITENAME }} - Author: {{ author }}{% endblock %}