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 %}
diff --git a/templates/category.html b/templates/category.html
index eddfb26..6584a1a 100644
--- a/templates/category.html
+++ b/templates/category.html
@@ -11,4 +11,3 @@
 {% block headnotes %}
 > CATEGORY: {{ category }}
 {% endblock %}
-