diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/index.html.haml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/index.html.haml b/source/index.html.haml index b380844..5d17f84 100644 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -20,6 +20,13 @@ title: sublab - Ein Hackerspace in Leipzig %p CryptoCon14 - 22. bis 25. Mai 2014 .row + - %w(Montag Dienstag Mittwoch Donnerstag Freitag Samstag Sonntag).each do |dow| + .columns.small-12.medium-6.large-3 + %h5= dow + %ul + %li= lorem.words(3) + +.row .columns %h3 Neues aus dem sublab %p= link_to "Alle News >>", "/aktuelles/blog.html" |