From 169bc40afbe58decef03705e50efac7e69aaef15 Mon Sep 17 00:00:00 2001 From: Olivia206 Date: Tue, 23 Jun 2026 17:15:20 +0200 Subject: [PATCH 1/2] person's role typo and html --- assets/sass/_theme/sections/persons/single.sass | 5 +++-- .../_partials/persons/single/informations/program-roles.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/sass/_theme/sections/persons/single.sass b/assets/sass/_theme/sections/persons/single.sass index b5f249bed..61cff756e 100644 --- a/assets/sass/_theme/sections/persons/single.sass +++ b/assets/sass/_theme/sections/persons/single.sass @@ -38,8 +38,9 @@ margin-bottom: 0 width: columns(3) .roles - a - @include small + @include meta + span + display: block .blocks margin-top: $spacing-5 .person-objects diff --git a/layouts/_partials/persons/single/informations/program-roles.html b/layouts/_partials/persons/single/informations/program-roles.html index bc07b9273..fa045aa38 100644 --- a/layouts/_partials/persons/single/informations/program-roles.html +++ b/layouts/_partials/persons/single/informations/program-roles.html @@ -6,7 +6,7 @@ {{ $role := .title }} {{ if in .persons $slug }}

- {{ safeHTML $role }}
+ {{ safeHTML $role }} {{ safeHTML $program.Title }}

{{ end }} From 013281cfbe32973f4b0f4afdb37e6d03d2119b92 Mon Sep 17 00:00:00 2001 From: Olivia206 Date: Tue, 23 Jun 2026 17:20:50 +0200 Subject: [PATCH 2/2] label's color --- assets/sass/_theme/sections/persons/single.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/sass/_theme/sections/persons/single.sass b/assets/sass/_theme/sections/persons/single.sass index 61cff756e..c748ea899 100644 --- a/assets/sass/_theme/sections/persons/single.sass +++ b/assets/sass/_theme/sections/persons/single.sass @@ -40,6 +40,7 @@ .roles @include meta span + color: var(--color-text-alt) display: block .blocks margin-top: $spacing-5