Print comments outside main bounding 'walls'
This commit is contained in:
parent
90ca3c8235
commit
709043ec6d
1 changed files with 5 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
{% endif %}
|
||||
|
||||
<!-- Unexpected extra content -->
|
||||
{{ content|without('field_body_paragraph', 'field_authors', 'uid', 'created') }}
|
||||
{{ content|without('field_body_paragraph', 'field_authors', 'uid', 'created', 'comment') }}
|
||||
|
||||
{% if walls_up == true %}
|
||||
{# If the flow sides are still up after all is said and done, close 'em up. #}
|
||||
|
@ -139,3 +139,7 @@
|
|||
</div>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
{% if content.comment %}
|
||||
{{ content.comment }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue