mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
25 lines
570 B
HTML
25 lines
570 B
HTML
---
|
|
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">
|
|
|
|
<h1 class="page-title icon-{{ page.category }}">{{ page.category }}</h1>
|
|
|
|
<div class="masonry">
|
|
<div class="grid-sizer"></div>
|
|
|
|
{% for post in paginator.posts %}
|
|
|
|
{% include articles.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{% include paginator.html %} |