Skip permalink & tags section for pages, landing pages
This commit is contained in:
parent
f49ed76e15
commit
5eea89916a
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>{# end e-content div #}
|
</div>{# end e-content div #}
|
||||||
|
|
||||||
|
{% if node.bundle not in ['page', 'landing_page'] %}
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="flow content">
|
<div class="flow content">
|
||||||
|
@ -168,6 +169,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</article>{# end h-entry article #}
|
</article>{# end h-entry article #}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue