diff -r bb011397a99c -r 9507107a1133 theme/templates/author.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/theme/templates/author.html Sat Mar 12 17:37:27 2016 +0100 @@ -0,0 +1,7 @@ +{% extends "index.html" %} +{% block title %} Articles by {{ author }} - {{ SITENAME }}{% endblock %} +{% block navclass %}{%endblock%} +{% block content_title %} +

Articles by {{ author }}

+{% endblock %} +