]> git.sur5r.net Git - i3/i3/blob - blog/index.html
Make code compatible with yajl 2.0 *and* 1.0
[i3/i3] / blog / index.html
1 ---
2 layout: default
3 ---
4
5 <h1>blog: What’s new?</h1>
6
7 {% for post in site.posts %}
8   <div class="post">
9   <h2><span class="date">{{ post.date | date:"%Y-%m-%d" }}</span> <a href="{{ post.url }}">{{ post.title }}</a></h2>
10   {{ post.content }}
11   </div>
12 {% endfor %}