diff options
Diffstat (limited to 'Just-Read/templates/page.html')
-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 ebf8da0..bb23568 100644 --- a/Just-Read/templates/page.html +++ b/Just-Read/templates/page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ page.title }}{% endblock %} +{% block title %}{{ page.title }}- {{ SITENAME }}{% endblock %} {% block content %} <div role="main" class="content clearfix"> <div class="post wrapper"> |