---
layout: default
blog_index: true
---
{% assign index = true %}
{% for page in site.posts limit:site.posts_per_page %}
{% assign content = page.content %}
  <article>
    {% include article.html %}
  </article>
{% endfor %}