Skip to content

Commit

Permalink
breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaisso committed Dec 11, 2024
1 parent 2cfb5cd commit 8cb9002
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 @@ -5,7 +5,7 @@ permalink: /members/
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> {{site.members}} </h2>
<h2> all members: {{site.members}} </h2>
{% for members in site.members%}
<h2> {{member.name}} </h2>
{% endfor %}
Expand Down

0 comments on commit 8cb9002

Please sign in to comment.