We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f880e2 commit bbcf9b9Copy full SHA for bbcf9b9
_layouts/attendance.html
@@ -35,7 +35,7 @@ <h2>{{ page.date }}</h2>
35
36
<h4>This list is updated manually and may not contain the most recent registrations.</h4>
37
38
- <ul>
+ <ol>
39
{% if remote_people.size > 1 %}
40
<h3>In-Person Attendees</h3>
41
{% endif %}
@@ -57,7 +57,7 @@ <h3>Remote Attendees</h3>
57
</li>
58
{% endfor %}
59
60
- </ul>
+ </ol>
61
62
{% if page.prev_year != nil %}
63
{% assign cur_attend = site.data.meetings[page.year][page.month].attendance %}
0 commit comments