Skip permalink & tags section for pages, landing pages

This commit is contained in:
benjamin melançon 2018-12-31 23:02:07 -05:00
parent f49ed76e15
commit 5eea89916a

View file

@ -155,6 +155,7 @@
{% endif %}
</div>{# end e-content div #}
{% if node.bundle not in ['page', 'landing_page'] %}
<section class="section">
<div class="container">
<div class="flow content">
@ -168,6 +169,7 @@
</div>
</div>
</section>
{% endif %}
</article>{# end h-entry article #}