diff options
Diffstat (limited to 'theme/templates/author.html')
-rw-r--r-- | theme/templates/author.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/author.html b/theme/templates/author.html index b679382..9285e43 100644 --- a/theme/templates/author.html +++ b/theme/templates/author.html @@ -1,4 +1,4 @@ -{% extends "index.html" %} +{% extends "list.html" %} {% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %} {% block pagetitle %}Articles by {{ author }}{% endblock %} |