Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaisso committed Dec 11, 2024
1 parent 8cb9002 commit 52f9916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions members.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Trying to get some text here 2
{% assign people_sorted = site.members | sort: 'seniority' %}
{% assign role_array = "pi|postdoc|gradstudent|researchstaff|visiting|others|alumni" | split: "|" %}
<h2> all members: {{site.members}} </h2>
{% for members in site.members%}
<h2> {{member.name}} </h2>
{% for member in site.members%}
<h2>Member: {{member.name}} </h2>
{% endfor %}

{% for role in role_array %}
Expand Down

0 comments on commit 52f9916

Please sign in to comment.