aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/authors.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/authors.html')
-rw-r--r--theme/templates/authors.html3
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>