From c1b740cb4bcb1b84cd25fe0a01ea0724d8523c58 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 18 May 2014 15:37:25 +0800 Subject: * changed block 'title' to 'pagetitle' for every page template --- templates/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 0f13556..661dbae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,9 +4,7 @@ {# index page for skaschool #} -{% block title %} -首页 | 2014 SKA Summer School -{% endblock %} +{% block pagetitle %}首页{% endblock %} {% block css_extra %} -- cgit v1.2.2