First pass on a sub-header functionality
diff --git a/templates/author.html b/templates/author.html
index e9c3c81..855af33 100644
--- a/templates/author.html
+++ b/templates/author.html
@@ -1,6 +1,6 @@
 {% extends "index.html" %}
 {% block title %}Author: {{ author }}{% endblock %}
 
-{% block header %}
+{% block subheader %}
 <p>Author: {{ author }}</p>
 {% endblock %}