Re-sync with internal repository
[hiphop-php.git] / third-party / watchman / src / website / blog / index.html
blob9f6b25d03cdf03ed37effe86cea15ca3f465adfe
1 ---
2 id: blog
3 title: Blog
4 layout: blog
5 category: blog
6 ---
8 <div class="posts">
9 {% for page in site.posts %}
10 {% include post.html truncate=true %}
11 {% endfor %}
12 </div>