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.highlighted }}
|
||||||
{{ page.help }}
|
{{ page.help }}
|
||||||
{% block tabs %}
|
{% block tabs %}
|
||||||
{# Drupal tabs #}
|
{# Drupal tabs (edit, delete, etc) #}
|
||||||
{% if page.header_tabs %}
|
{{ page.header_tabs }}
|
||||||
<div class="hero-footer">
|
|
||||||
<div class="container">
|
|
||||||
{{ 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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue