commit | 6bf52275cbf4fc17d710a89199a9b15801bfaae7 | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Wed Dec 11 13:25:27 2013 -0500 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Wed Dec 11 13:25:27 2013 -0500 |
tree | c6709a54ef77422ec860fc6524e10358a42d5827 | |
parent | 589f9bd1ea04c8036f1e2a93467dda8144e019d7 [diff] [blame] |
Added sitename after page titles
diff --git a/templates/author.html b/templates/author.html index 855af33..c2decd3 100644 --- a/templates/author.html +++ b/templates/author.html
@@ -1,5 +1,5 @@ {% extends "index.html" %} -{% block title %}Author: {{ author }}{% endblock %} +{% block title %}Author: {{ author }} | {{ SITENAME }}{% endblock %} {% block subheader %} <p>Author: {{ author }}</p>