Skip to content

Commit

Permalink
Fix homepage devroom count
Browse files Browse the repository at this point in the history
  • Loading branch information
kragniz committed Nov 17, 2024
1 parent ec5ba56 commit aa76c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>Brussels <span>/</span> <strong><%= $layout_dateline %></strong></h2>
end
{
'beer' => '/practical/beer/',
"#{ tracks.count } devrooms" => '/schedule/tracks/',
"#{ tracks.select{|t| t[:type] == 'devroom'}.count } devrooms" => '/schedule/tracks/',
'open source' => 'https://en.wikipedia.org/wiki/Open-source_model',
'8000+ hackers' => nil,
'lightning talks' => '/schedule/track/lightning_talks/',
Expand Down

0 comments on commit aa76c52

Please sign in to comment.