aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read
diff options
context:
space:
mode:
authorNatalia Ventre <natalia.ventre@gmail.com>2012-02-09 18:25:19 -0200
committerNatalia Ventre <natalia.ventre@gmail.com>2012-02-09 18:25:19 -0200
commit778b2a680ba20f89f05e577aaf8bbee4a82377fc (patch)
treefb71ce1f0459c7978e69e17dfd83f7bdd789824f /Just-Read
parent2eb50d3a81747be778e2070b53c83417f127cc20 (diff)
downloadpelican-themes-778b2a680ba20f89f05e577aaf8bbee4a82377fc.zip
pelican-themes-778b2a680ba20f89f05e577aaf8bbee4a82377fc.tar.gz
pelican-themes-778b2a680ba20f89f05e577aaf8bbee4a82377fc.tar.bz2
Fixed an error in the page title
Diffstat (limited to 'Just-Read')
-rw-r--r--Just-Read/templates/page.html2
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">