Skip to content

Commit

Permalink
plural: student --> students
Browse files Browse the repository at this point in the history
  • Loading branch information
phonedude authored Mar 12, 2022
1 parent d686b3b commit 31d461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/student_cards.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- for students in include.student %}
{%- for students in include.students %}
<div class="person-container">
<div class="person-image"><img src="assets/images/avatars/{{ students.twitter_handle | default: 'default_profile' }}.jpg" width="100" /></div>
<div>
Expand Down

0 comments on commit 31d461d

Please sign in to comment.