1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 21:52:05 +02:00
blog/_src/photography/index.html

19 lines
340 B
HTML

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