diff --git a/CHANGELOG.md b/CHANGELOG.md index 369fbbac..c8875514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ### Separates person first and last name with space instead of newline + [bug] Resolves CuBoulder/tiamat-theme#1304 +--- + - ### Newsletter: Major bug fixes and style adjustments ### Newsletter - Node - Centering on Newsletter pages (the page, not the email version) was not working correctly for user-created content in Teaser, only if an image was not supplied. This has been corrected. Resolves https://github.com/CuBoulder/tiamat-theme/issues/1264 diff --git a/templates/content/node--ucb-person.html.twig b/templates/content/node--ucb-person.html.twig index e5dbab10..de72046c 100644 --- a/templates/content/node--ucb-person.html.twig +++ b/templates/content/node--ucb-person.html.twig @@ -18,8 +18,7 @@

- {{ content.field_ucb_person_first_name }} - {{ content.field_ucb_person_last_name }} + {{ content.field_ucb_person_first_name }} {{ content.field_ucb_person_last_name }}

{{ content.field_ucb_person_pronouns }} {% if content.field_ucb_person_title.0 or content.field_ucb_person_department.0 %}