forked from twlevelup/levelup-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.haml
40 lines (34 loc) · 814 Bytes
/
index.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
---
-#
-#%p -------------- Old Contents --------------
-#
-#{% for post in site.posts %}
-#.session-small
-# %h2
-# %a{href: "{{ post.url }}"} {{ post.title }}
-# %span.date ({{ post.date | date_to_string }})
-# %h3 {{ post.subtitle }}
-#{% endfor %}
-#
-#%h4.upcoming Upcoming Sessions...
-#
-#.session-small
-# %h2
-# Software Integration Myth Buster
-# %span.date (16 Apr 2013)
-# %h3 Continuous Integration and Continuous Delivery
-#
-#.session-small
-# %h2
-# Expressive Code and Expressive People Make Software Awesome
-# %span.date (23 Apr 2013)
-# %h3 Communications and feedback — the IT context
-#
-#.session-small
-# %h2
-# What? When? Who? How?
-# %span.date (30 Apr 2013)
-# %h3 Wrap up, retro, debrief, questions and looking forward
-#