diff options
author | Justin Mayer <entroP@gmail.com> | 2016-02-19 08:53:16 -0800 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2016-02-19 08:53:16 -0800 |
commit | 714340c75dcb0def2cf861020a5ffbb24394e617 (patch) | |
tree | de80c399bab136fa5384f525e044b7e85f757522 /tuxlite_tbs/templates/page.html | |
parent | f5d9dd96d59d9d465fef5d883310a8031f7bca8d (diff) | |
parent | f4ef46862d4700df5e2c91ae9dc10788b765d96e (diff) | |
download | pelican-themes-714340c75dcb0def2cf861020a5ffbb24394e617.tar.gz |
Merge pull request #371 from feld/master
Further tuxlite_tbs improvements
Diffstat (limited to 'tuxlite_tbs/templates/page.html')
-rw-r--r-- | tuxlite_tbs/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/page.html b/tuxlite_tbs/templates/page.html index df15a33..c4ef8bb 100644 --- a/tuxlite_tbs/templates/page.html +++ b/tuxlite_tbs/templates/page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %} {% endblock %} +{% block title %}{{ SITENAME }} - {{ page.title }}{% endblock %} {% block content %} <section id="content" class="body"> <h2 class="content-title"> |