Skip to content

Commit

Permalink
Update node--ubc-profile--full.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed May 13, 2024
1 parent b6cc09e commit 871aa3d
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion templates/content/node--ubc-profile--full.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,26 @@
{% if not node.isPublished() %}
<div class="unpublished">Unpublished</div>
{% endif %}
{{ content|without('field_profile_accreditation', 'field_profile_affiliated', 'field_profile_category', 'field_profile_department_unit', 'field_profile_email', 'field_profile_faculty', 'field_profile_google_scholar', 'field_profile_image', 'field_profile_job_title', 'field_profile_name_prefix', 'field_profile_name_suffix', 'field_profile_office', 'field_profile_phone', 'field_profile_preferred_pronouns', 'field_profile_preferred_website', 'field_profile_research_area', 'field_profile_role', 'field_profile_tags', 'links') }}
{{ content|without(
'field_profile_accreditation',
'field_profile_affiliated',
'field_profile_category',
'field_profile_department_unit',
'field_profile_email',
'field_profile_faculty',
'field_profile_google_scholar',
'field_profile_image',
'field_profile_job_title',
'field_profile_name_prefix',
'field_profile_name_suffix',
'field_profile_office',
'field_profile_phone',
'field_profile_pronouns',
'field_profile_preferred_website',
'field_profile_research_area',
'field_profile_role',
'field_profile_tags',
'links') }}
</div>
{% if not (node.field_profile_tags.isEmpty == true) and content.field_profile_tags is defined %}
<hr class="mt-8 styled-hr">
Expand Down

0 comments on commit 871aa3d

Please sign in to comment.