From ef8b4d804534de322a5d59ed9e89cacc586d2c12 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 18 Feb 2016 11:26:05 -0600 Subject: Fix on generated pages --- tuxlite_tbs/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tuxlite_tbs/templates/page.html') 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"> -- cgit