--- layout: default --- {% assign index = true %} {% include header.html %}
{% for post in paginator.posts %} {% assign content = post.content %}
{% include index_article.html %}
{% endfor %}
{% include footer.html %}