Skip to content

Commit 447df9c

Browse files
committed
Add people
1 parent e456128 commit 447df9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_pages/people.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ author_profile: false
1414

1515
{% for f in authors %}
1616
{% assign author = f[1] %}
17-
{% if author.status == "employee" & author.title == "Ph.D." %}
17+
{% if author.status == "employee" and author.title == "Ph.D." %}
1818
{% include profile-single.html type="grid" author=author %}
1919
{% endif %}
2020
{% endfor %}
2121

2222
{% for f in authors %}
2323
{% assign author = f[1] %}
24-
{% if author.status == "employee" & author.title != "Ph.D." %}
24+
{% if author.status == "employee" and author.title == "" %}
2525
{% include profile-single.html type="grid" author=author %}
2626
{% endif %}
2727
{% endfor %}

0 commit comments

Comments
 (0)