add author/description/keywords in the head section
diff --git a/templates/author.html b/templates/author.html
index eb36f8f..f729e3b 100644
--- a/templates/author.html
+++ b/templates/author.html
@@ -1,5 +1,5 @@
 {% extends "index.html" %}
-{% block title %}{{ SITENAME }} - Author: {{ author }}{% endblock %}
+{% block title %}Author: {{ author }}{% endblock %}
 {% block header %}
 Author: {{ author }}
 {% endblock %}