aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/author.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-02 00:10:46 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-02 00:10:46 -0400
commit90761d2383cf6e1288e37d6a4467efdd50dafa55 (patch)
treee8031788e0ad579827d5f7d3395d9b68fd9b9e15 /theme/templates/author.html
parent9d6b1887e63d1b50b9ecc5fd9af07dfd9af44a6c (diff)
downloadbnewnet-90761d2383cf6e1288e37d6a4467efdd50dafa55.tar.gz
bnewnet-90761d2383cf6e1288e37d6a4467efdd50dafa55.zip
fix up themes (work in progress)
Diffstat (limited to 'theme/templates/author.html')
-rw-r--r--theme/templates/author.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/theme/templates/author.html b/theme/templates/author.html
index e9f7870..b679382 100644
--- a/theme/templates/author.html
+++ b/theme/templates/author.html
@@ -1,7 +1,5 @@
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
-{% block content_title %}
-<h2>Articles by {{ author }}</h2>
-{% endblock %}
+{% block pagetitle %}Articles by {{ author }}{% endblock %}