Remove project details output from non-case-study content
This commit is contained in:
parent
f0b9a0a5d7
commit
d1458159e8
1 changed files with 2 additions and 29 deletions
|
@ -112,35 +112,8 @@
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{# No, i do not understand why content doesn't print the paragraphs but only
|
||||
content.content does that #}
|
||||
<div class="flow_full">
|
||||
<div class="titlebar titlebar-bigborder content">
|
||||
<div class="titlebar_title">
|
||||
<h3 class="subtitle is-mono is-4">Project Details</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
{{ content.field_case_study_client }}
|
||||
{{ content.field_case_study_year }}
|
||||
{{ content.field_case_study_status }}
|
||||
</div>
|
||||
<div class="column">
|
||||
{{ content.field_technologies }}
|
||||
{{ content.field_services }}
|
||||
</div>
|
||||
<div class="column">
|
||||
{{ content.field_case_study_team }}
|
||||
{{ content.field_case_study_partners }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ content|without('content', 'field_body_paragraph',
|
||||
'field_case_study_client', 'field_case_study_partners', 'field_case_study_status',
|
||||
'field_case_study_team', 'field_case_study_year', 'field_technologies',
|
||||
'field_services', 'uid', 'created'
|
||||
) }}
|
||||
<!-- Unexpected extra content -->
|
||||
{{ content|without('field_body_paragraph', 'field_authors', 'uid', 'created') }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue