Comment out header we're moving it to the node template

This commit is contained in:
benjamin melançon 2018-10-21 19:18:33 -04:00
parent 74cec04cf6
commit 6d4442fd61

View file

@ -44,7 +44,7 @@
{% set header_section_attributes = header_section_attributes.removeClass('is-dark').setAttribute('data-headerbg', 'light') %} {% set header_section_attributes = header_section_attributes.removeClass('is-dark').setAttribute('data-headerbg', 'light') %}
{% endif %} {% endif %}
{% block header %} {# block header #}
<section{{ header_section_attributes }}> <section{{ header_section_attributes }}>
{% block header_title %} {% block header_title %}
{% if page.header %} {% if page.header %}
@ -73,7 +73,7 @@
{% endif %} {% endif %}
{% endblock tabs %} {% endblock tabs %}
</section> </section>
{% endblock header %} {# endblock header #}
{% block main %} {% block main %}