1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/photography/index.html

19 lines
372 B
HTML
Raw Normal View History

---
layout: base
title: Photography
category: photography
---
<section role="main" id="main" class="row">
<h1 class="page-title"><a class="home" href="/" title="Back to Home">/</a>{{ page.category }}</h1>
{% for post in paginator.posts %}
{% include category_index.html %}
{% endfor %}
</section>
{% include paginator.html %}