Skip to content

Commit

Permalink
aluni
Browse files Browse the repository at this point in the history
  • Loading branch information
morteza21 committed Jun 10, 2024
1 parent 4135d74 commit 1c26b6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions people.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ class: people
<p>
{% 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 %} </div> -- Currently: {{ people.current-position }} {% endif %}
{% endif %}
{% endfor %}
</p>
Expand Down

0 comments on commit 1c26b6f

Please sign in to comment.