diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-02 00:10:46 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-02 00:10:46 -0400 |
commit | 90761d2383cf6e1288e37d6a4467efdd50dafa55 (patch) | |
tree | e8031788e0ad579827d5f7d3395d9b68fd9b9e15 /theme/templates/authors.html | |
parent | 9d6b1887e63d1b50b9ecc5fd9af07dfd9af44a6c (diff) | |
download | bnewnet-90761d2383cf6e1288e37d6a4467efdd50dafa55.tar.gz bnewnet-90761d2383cf6e1288e37d6a4467efdd50dafa55.zip |
fix up themes (work in progress)
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> |