Skip to content

Commit

Permalink
#1304 Separates person first and last name with space instead of newline
Browse files Browse the repository at this point in the history
  • Loading branch information
timurtripp committed Sep 18, 2024
1 parent 92957d0 commit dcaab09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/content/node--ucb-person.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<article{{ attributes.addClass(classes) }} itemscope itemtype="https://schema.org/Person">
<div class="container ucb-person-header">
<h1 class="ucb-person-name">
{{ content.field_ucb_person_first_name }}
{{ content.field_ucb_person_last_name }}
{{ content.field_ucb_person_first_name }} {{ content.field_ucb_person_last_name }}
</h1>
{{ content.field_ucb_person_pronouns }}
{% if content.field_ucb_person_title.0 or content.field_ucb_person_department.0 %}
Expand Down

0 comments on commit dcaab09

Please sign in to comment.