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