diff options
author | Natalia Ventre <natalia.ventre@gmail.com> | 2012-02-09 18:25:19 -0200 |
---|---|---|
committer | Natalia Ventre <natalia.ventre@gmail.com> | 2012-02-09 18:25:19 -0200 |
commit | 778b2a680ba20f89f05e577aaf8bbee4a82377fc (patch) | |
tree | fb71ce1f0459c7978e69e17dfd83f7bdd789824f /Just-Read | |
parent | 2eb50d3a81747be778e2070b53c83417f127cc20 (diff) | |
download | pelican-themes-778b2a680ba20f89f05e577aaf8bbee4a82377fc.tar.gz |
Fixed an error in the page title
Diffstat (limited to 'Just-Read')
-rw-r--r-- | Just-Read/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Just-Read/templates/page.html b/Just-Read/templates/page.html index 9402f36..ebf8da0 100644 --- a/Just-Read/templates/page.html +++ b/Just-Read/templates/page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ article.title }}{% endblock %} +{% block title %}{{ page.title }}{% endblock %} {% block content %} <div role="main" class="content clearfix"> <div class="post wrapper"> |