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/authors.html b/templates/authors.html index 75192e2..31141ae 100644 --- a/templates/authors.html +++ b/templates/authors.html
@@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ SITENAME }} - Authors{% endblock %} +{% block title %}Authors | {{ SITENAME }}{% endblock %} {% block subheader %} {% include "modules/blogsubheader.html" %}