layout: default


<div class=“home”>

<ul class="post-list">
  {% for p in site.categories[page.category] %}
    <li>
      <h2><a href="{{ site.baseurl }}{{ p.url }}">{{ p.title }}</a></h2>
    </li>
  {% endfor %}
</ul>

</div>