commit | c179bc12f0a36b85bed108e404af3167e3bc5e88 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@fedoraproject.org> | Sat Mar 23 02:03:16 2013 +0100 |
committer | Giulio Fidente <gfidente@fedoraproject.org> | Sat Mar 23 02:03:16 2013 +0100 |
tree | 5b37d47c78307eed61ca3124042a77510b073687 | |
parent | 8e2b72c5e21669907dbe69dad007460c65df77f4 [diff] [blame] |
minor fix to author's page title tag
diff --git a/templates/author.html b/templates/author.html index 0b37290..9fd9c02 100644 --- a/templates/author.html +++ b/templates/author.html
@@ -1,2 +1,2 @@ {% extends "index.html" %} -{% block title %}{{ SITENAME }} - {{ author }}{% endblock %} +{% block title %}{{ SITENAME }} - Author: {{ author }}{% endblock %}