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/page.html b/templates/page.html index fe8b24f..4c51299 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ page.title }}{% endblock %} +{% block title %}{{ page.title }} | {{ SITENAME }}{% endblock %} {% block content %} <article>