Remove main section from homepage
This commit is contained in:
parent
9f673cf3f2
commit
e8a620aba8
1 changed files with 0 additions and 7 deletions
|
@ -151,10 +151,6 @@
|
|||
{% endblock tiles %}
|
||||
{% block main %}
|
||||
{# Main section #}
|
||||
<section class="section">
|
||||
<main role="main" class="container">
|
||||
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
||||
|
||||
{{ page.highlighted }}
|
||||
{{ page.help }}
|
||||
|
||||
|
@ -216,9 +212,6 @@
|
|||
{% endif %}
|
||||
{% endblock sidebar_second %}
|
||||
</div>
|
||||
|
||||
</main>
|
||||
</section>
|
||||
{% endblock main %}
|
||||
{% block bottom %}
|
||||
{# Bottom second colored section #}
|
||||
|
|
Loading…
Reference in a new issue