diff --git a/people.md b/people.md index d1304e8..78c4759 100644 --- a/people.md +++ b/people.md @@ -45,8 +45,7 @@ class: people

{% for people in sorted_alumni %} {% if people.status == "alumnus" %} - - {{ people.name }} - {{ people.program }} {{ people.year-graduated }}{% if people.current-position != blank %} - -- Currently: {{ people.current-position }} {% endif %} + - {{ people.name }} - {{ people.program }} {{ people.year-graduated }}{% if people.current-position != blank %} -- Currently: {{ people.current-position }} {% endif %} {% endif %} {% endfor %}