From 90761d2383cf6e1288e37d6a4467efdd50dafa55 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 2 May 2016 00:10:46 -0400 Subject: fix up themes (work in progress) --- theme/templates/author.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'theme/templates/author.html') 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 %} -

Articles by {{ author }}

-{% endblock %} +{% block pagetitle %}Articles by {{ author }}{% endblock %} -- cgit v1.2.3