Remove wholly unneeded extra divs hero footer silliness from around tabs
They already print their whole own section
This commit is contained in:
parent
6ea2ed7778
commit
720826605f
1 changed files with 2 additions and 8 deletions
|
@ -60,14 +60,8 @@
|
|||
{{ page.highlighted }}
|
||||
{{ page.help }}
|
||||
{% block tabs %}
|
||||
{# Drupal tabs #}
|
||||
{% if page.header_tabs %}
|
||||
<div class="hero-footer">
|
||||
<div class="container">
|
||||
{# Drupal tabs (edit, delete, etc) #}
|
||||
{{ page.header_tabs }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock tabs %}
|
||||
{% if not is_front %}
|
||||
<section class="page-title">
|
||||
|
|
Loading…
Add table
Reference in a new issue