source/index.html
e4c2d579
 ---
 layout: default
 title: Octopress
 ---
 {% for page in site.posts limit:3 %}
 {% assign content = page.content %}
 {% assign index = true %}
   <article>
     {% include article.html %}
   </article>
 {% endfor %}