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
521 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
{% for post in paginator.posts %}
2014-07-13 21:06:22 +02:00
2013-12-02 22:19:13 +01:00
{% include articles.html %}
2014-07-13 21:06:22 +02:00
{% endfor %}
2014-07-13 21:06:22 +02:00
</div>
</section>
{% include paginator.html %}