diff options
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"> |