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

25 lines
570 B
HTML
Raw Normal View History

---
layout: base
title: Photos
description: My photo posts aggregated from various sources. You can find more of my photography on 500px and Flickr.
category: photos
---
<section role="main" id="main" class="row">
2013-12-10 00:04:04 +01:00
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
<div class="masonry">
<div class="grid-sizer"></div>
{% for post in paginator.posts %}
2013-12-02 22:19:13 +01:00
{% include articles.html %}
{% endfor %}
</div>
</section>
{% include paginator.html %}