diff options
author | Justin Mayer <entroP@gmail.com> | 2014-07-03 13:01:01 -0700 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2014-07-03 13:01:01 -0700 |
commit | 94c269398742725fc359719851d0b39e4570a073 (patch) | |
tree | 34d6840d1d595c0c02e4cb508fe4ff2d93b222be /built-texts/templates/page.html | |
parent | 6524eb66ed4c6ec6ab595d6d1cbe7124d9506c56 (diff) | |
parent | 5562ef70c93c6b342e16ab44d9e28f2c2082427b (diff) | |
download | pelican-themes-94c269398742725fc359719851d0b39e4570a073.tar.gz |
Merge pull request #234 from tai2/buit-texts-theme-fixes
Built texts theme fixes
Diffstat (limited to 'built-texts/templates/page.html')
-rw-r--r-- | built-texts/templates/page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/built-texts/templates/page.html b/built-texts/templates/page.html index 6c0e36a..1cb55a1 100644 --- a/built-texts/templates/page.html +++ b/built-texts/templates/page.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %} {% endblock %} -{% block content %} +{% block title %}{{ page.title }}- {{ SITENAME }}{%endblock%} +{% block content %} <section id="content" class="body span10"> <h2 class="content-title">{{ page.title }}</h2> {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">get |