Skip to content

Commit 786b701

Browse files
committed
Update directory.html
1 parent 209c75d commit 786b701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

people/directory.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ <h1 class="mb-4">Alphabetic list of all members of the Department</h1>
1616
<div class="row" style="padding:10px 0px">
1717
<div class="col-md-6">
1818
<a href="{{site.url}}/people/{{ppl.UVA_id}}/" class="nonupper-h5">{{ ppl.name }} {{ ppl.lastname }}</a>
19+
{%if ppl.pronouns != null %}
20+
({{ppl.pronouns}})
21+
{%endif%}
1922
<div class="mb-1"><i>{{ ppl.position }}</i></div>
2023

2124
</div>

0 commit comments

Comments
 (0)