We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209c75d commit 786b701Copy full SHA for 786b701
people/directory.html
@@ -16,6 +16,9 @@ <h1 class="mb-4">Alphabetic list of all members of the Department</h1>
16
<div class="row" style="padding:10px 0px">
17
<div class="col-md-6">
18
<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%}
22
<div class="mb-1"><i>{{ ppl.position }}</i></div>
23
24
</div>
0 commit comments