--- layout: base title: Personal category: personal --- <section role="main" id="main" class="row"> <h1 class="page-title icon icon-{{ page.category }}">{{ page.category }}</h1> {% for post in site.categories.personal %} {% include articles.html %} {% endfor %} </section> {% include paginator.html %}