mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
17 lines
326 B
HTML
17 lines
326 B
HTML
---
|
|
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 %} |