From ce61677ea556749f810954ccd6704eaff70c75e7 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sun, 18 May 2014 15:36:09 +0800 Subject: * updated 'robots.txt' * updated template 'base.html' to include 'metainfo.html' and 'sitetitle.txt' * updated navbar.html main button text --- templates/base.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 81766a4..c080043 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,7 +14,10 @@ Weitian LI {# title #} {% block bootstrap3_title %} - {% block title %}(title){% endblock %} + {% block title %} + {% block pagetitle %}(pagetitle){% endblock %} | + {% block sitetitle %}{% include 'sitetitle.txt' %}{% endblock %} + {% endblock %} {% endblock %} {# bootstrap3_extra_head #} @@ -29,6 +32,10 @@ Weitian LI {% block favicon %} {% include 'favicon.html' %} {% endblock %} + {# add meta information #} + {% block metainfo %} + {% include 'metainfo.html' %} + {% endblock %} {% endblock %} {# body #} -- cgit v1.2.2