adds support for TAG and CATEGORY feeds
diff --git a/templates/author.html b/templates/author.html
index 09763b9..0b37290 100644
--- a/templates/author.html
+++ b/templates/author.html
@@ -1 +1,2 @@
 {% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}