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

23 lines
526 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">
2014-07-13 21:06:22 +02:00
<h1 class="page-title icon icon-photos">photos</h1>
<div class="masonry">
<div class="grid-sizer"></div>
2014-07-13 21:06:22 +02:00
2014-08-09 23:07:34 +02:00
{% for post in site.categories.photos %}
2013-12-02 22:19:13 +01:00
{% include articles.html %}
{% endfor %}
2014-07-13 21:06:22 +02:00
</div>
</section>
{% include paginator.html %}