mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
19 lines
319 B
HTML
19 lines
319 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 paginator.posts %}
|
|
|
|
{% include articles.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</section>
|
|
|
|
{% include paginator.html %} |