layout: front-page
<main class=“all-posts”> {% assign category = page.title | downcase %} {% for post in site.categories %} {% include post-list.html post=post %} {% endfor %} </main>
layout: front-page
<main class=“all-posts”> {% assign category = page.title | downcase %} {% for post in site.categories %} {% include post-list.html post=post %} {% endfor %} </main>