fixes author page navigation
diff --git a/templates/author.html b/templates/author.html
index 9fd9c02..e71e926 100644
--- a/templates/author.html
+++ b/templates/author.html
@@ -1,2 +1,5 @@
 {% extends "index.html" %}
 {% block title %}{{ SITENAME }} - Author: {{ author }}{% endblock %}
+{% block header %}
+<a href="{{ SITEURL }}">Index</a> &#124; AUTHOR: {{ author }}
+{% endblock %}