Remove wholly unneeded extra divs hero footer silliness from around tabs

They already print their whole own section
This commit is contained in:
Benjamin Melançon 2019-08-31 09:11:45 -04:00
parent 6ea2ed7778
commit 720826605f

View file

@ -60,14 +60,8 @@
{{ page.highlighted }} {{ page.highlighted }}
{{ page.help }} {{ page.help }}
{% block tabs %} {% block tabs %}
{# Drupal tabs #} {# Drupal tabs (edit, delete, etc) #}
{% if page.header_tabs %}
<div class="hero-footer">
<div class="container">
{{ page.header_tabs }} {{ page.header_tabs }}
</div>
</div>
{% endif %}
{% endblock tabs %} {% endblock tabs %}
{% if not is_front %} {% if not is_front %}
<section class="page-title"> <section class="page-title">