Skip to content

Commit

Permalink
Correct event count on schedule.html page (#268)
Browse files Browse the repository at this point in the history
It seems that the fix 136e688 from 2016
is no longer required (compared the count in export xml)

Fixes #237
  • Loading branch information
loomchild authored Dec 15, 2024
1 parent 29e2546 commit 5139184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>Quick links:</h2>
<p>
FOSDEM is a rather busy conference.
<% if speakers.size > 100 and events.size > 100 %>
This edition features <%= speakers.size %> speakers, <%= events.size + 1 %>
This edition features <%= speakers.size %> speakers, <%= events.size %>
events, and <%= tracks.size %> tracks.
<% else %>
Recent editions featured 400+ speakers, 500+ events and a wealth of tracks.
Expand Down

0 comments on commit 5139184

Please sign in to comment.