templates: add new site-header block (#12623)

This commit is contained in:
Frédéric Péters 2016-07-18 11:52:52 +02:00
parent ca49863416
commit a2ca7be9bd
1 changed files with 4 additions and 2 deletions

View File

@ -34,8 +34,10 @@
</div>
<div id="main">
<div id="header">
<h1>{% block site-title %}{% endblock %}</h1>
{% block subheader %}{% endblock %}
{% block site-header %}
<h1>{% block site-title %}{% endblock %}</h1>
{% block subheader %}{% endblock %}
{% endblock %}
</div>
{% block old-ie-warning %}