Skip to content

Commit

Permalink
less info on team page
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsu committed Aug 28, 2024
1 parent a13651d commit dd60226
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions _includes/portrait.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,17 @@
<span>{{ member.description | default: type.description }}</span>
</span>
{% endif %}
{% if member.pronouns %}
<span class="portrait-pronouns">
{{ member.pronouns }}
</span>
{% endif %}
{% if member.years_worked %}
<span class="portrait-years_worked">
{{ member.years_worked }}
</span>
{% if page.slug == member.slug %}
{% if member.pronouns %}
<span class="portrait-pronouns" aria-label="Pronouns">
{{ member.pronouns }}
</span>
{% endif %}
{% if member.years_worked %}
<span class="portrait-years_worked">
{{ member.years_worked }}
</span>
{% endif %}
{% endif %}
{% endif %}
</span>
Expand Down

0 comments on commit dd60226

Please sign in to comment.