Comment out header we're moving it to the node template
This commit is contained in:
parent
74cec04cf6
commit
6d4442fd61
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
{% set header_section_attributes = header_section_attributes.removeClass('is-dark').setAttribute('data-headerbg', 'light') %}
|
||||
{% endif %}
|
||||
|
||||
{% block header %}
|
||||
{# block header #}
|
||||
<section{{ header_section_attributes }}>
|
||||
{% block header_title %}
|
||||
{% if page.header %}
|
||||
|
@ -73,7 +73,7 @@
|
|||
{% endif %}
|
||||
{% endblock tabs %}
|
||||
</section>
|
||||
{% endblock header %}
|
||||
{# endblock header #}
|
||||
|
||||
|
||||
{% block main %}
|
||||
|
|
Loading…
Reference in a new issue