There was an error while loading. Please reload this page.
1 parent e456128 commit 447df9cCopy full SHA for 447df9c
1 file changed
_pages/people.md
@@ -14,14 +14,14 @@ author_profile: false
14
15
{% for f in authors %}
16
{% assign author = f[1] %}
17
- {% if author.status == "employee" & author.title == "Ph.D." %}
+ {% if author.status == "employee" and author.title == "Ph.D." %}
18
{% include profile-single.html type="grid" author=author %}
19
{% endif %}
20
{% endfor %}
21
22
23
24
- {% if author.status == "employee" & author.title != "Ph.D." %}
+ {% if author.status == "employee" and author.title == "" %}
25
26
27
0 commit comments