Skip to content

Commit

Permalink
Update node--ubc-profile--sidebar-content.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Jun 20, 2023
1 parent 655cde1 commit e5cc35d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<p class="mt-3 text-sm font-bold">
{% if not (node.field_profile_name_prefix.isEmpty == true) and content.field_profile_name_prefix is defined %}{{ content.field_profile_name_prefix.0 }}{{ ' ' }}
{% endif %}
{% spaceless %}{{ label }}{% endspaceless %}{% if not (node.field_profile_name_suffix.isEmpty == true) and content.field_profile_name_suffix is defined %}{{- ', ' -}}<span class="">{{- content.field_profile_name_suffix.0 -}}</span>
{% apply spaceless %}{{ label }}{% endapply %}{% if not (node.field_profile_name_suffix.isEmpty == true) and content.field_profile_name_suffix is defined %}{{- ', ' -}}<span class="">{{- content.field_profile_name_suffix.0 -}}</span>
{% endif %}
</p>
{% if not (node.field_profile_pronouns.isEmpty == true) and content.field_profile_pronouns is defined %}
Expand Down

0 comments on commit e5cc35d

Please sign in to comment.