Skip to content

Commit

Permalink
alumni
Browse files Browse the repository at this point in the history
  • Loading branch information
morteza21 committed Jun 10, 2024
1 parent 0f86c94 commit 493f5e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion people.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ class: people
# Alumni
{% for people in sorted_alumni %}
{% if people.status == "alumnus" %}
- {{ people.name }} ({{ people.program }} - {{ people.year-graduated }}). {{ people.current-position }}
- {{ people.name }} ({{ people.program }} -- {{ people.year-graduated }})
{% if people.current-position != blank %} --
*{{ people.current-position }}* {% endif %}
}
}
{% endif %}
{% endfor %}

Expand Down

0 comments on commit 493f5e6

Please sign in to comment.