layout: default


{{ content }}

<ul class=“post-list”>

{% for post in site.posts %}
  {% include post.html %}
{% endfor %}

</ul>