Skip to content

Commit

Permalink
Update order.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Oct 22, 2024
1 parent 1f6d84e commit 7d681bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title:
permalink: /people/
---

{% assign people_sorted = site.people | sort: 'joined' %}
{% assign people_sorted = site.people | sort: 'joined' | reverse %}
{% assign people_array = "pi|engineer|postdoc|gradstudent|alumni" | split: "|" %}


Expand Down

0 comments on commit 7d681bb

Please sign in to comment.