Skip to content

Commit bbcf9b9

Browse files
committed
Update formatting for in-person/remote attendees
1 parent 0f880e2 commit bbcf9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/attendance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>{{ page.date }}</h2>
3535

3636
<h4>This list is updated manually and may not contain the most recent registrations.</h4>
3737

38-
<ul>
38+
<ol>
3939
{% if remote_people.size > 1 %}
4040
<h3>In-Person Attendees</h3>
4141
{% endif %}
@@ -57,7 +57,7 @@ <h3>Remote Attendees</h3>
5757
</li>
5858
{% endfor %}
5959
{% endif %}
60-
</ul>
60+
</ol>
6161

6262
{% if page.prev_year != nil %}
6363
{% assign cur_attend = site.data.meetings[page.year][page.month].attendance %}

0 commit comments

Comments
 (0)