aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html9
1 files changed, 8 insertions, 1 deletions
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 <liweitianux@gmail.com>
{# 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 <liweitianux@gmail.com>
{% block favicon %}
{% include 'favicon.html' %}
{% endblock %}
+ {# add meta information #}
+ {% block metainfo %}
+ {% include 'metainfo.html' %}
+ {% endblock %}
{% endblock %}
{# body #}