Skip to content

Commit

Permalink
Add devroom count to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
kragniz committed Nov 3, 2024
1 parent aeaf336 commit df77dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/assets/style/parts/010_design.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fieldset{
top:5px;
}
.visual-panel .link2{
right:100px;
right:76px;
top:5px;
}
.visual-panel .link3{
Expand Down
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/',
'devrooms' => '/schedule/tracks/',
"#{ tracks.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 df77dbf

Please sign in to comment.