diff --git a/assets/sass/_theme/sections/persons/single.sass b/assets/sass/_theme/sections/persons/single.sass index b5f249bed..c748ea899 100644 --- a/assets/sass/_theme/sections/persons/single.sass +++ b/assets/sass/_theme/sections/persons/single.sass @@ -38,8 +38,10 @@ margin-bottom: 0 width: columns(3) .roles - a - @include small + @include meta + span + color: var(--color-text-alt) + 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 }}