diff options
Diffstat (limited to 'theme/templates/authors.html')
-rw-r--r-- | theme/templates/authors.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/templates/authors.html b/theme/templates/authors.html index 4914904..001e11e 100644 --- a/theme/templates/authors.html +++ b/theme/templates/authors.html @@ -1,10 +1,9 @@ {% extends "base.html" %} {% block title %}{{ SITENAME }} - Authors{% endblock %} +{% block pagetitle %}Authors on {{ SITENAME }}{% endblock %} {% block content %} - <h1>Authors on {{ SITENAME }}</h1> - <ul> {%- for author, articles in authors|sort %} <li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li> |