mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
28 lines
626 B
HTML
28 lines
626 B
HTML
|
---
|
||
|
layout: base
|
||
|
title: Photos kremalicious
|
||
|
---
|
||
|
|
||
|
<section role="main" id="main photos" class="row">
|
||
|
<div class="masonry">
|
||
|
|
||
|
{% for post in site.categories.photos %}
|
||
|
|
||
|
<article class="hentry format-image">
|
||
|
|
||
|
<a class="photoPost" href="{{ post.url }}">
|
||
|
<figure class="hmedia">
|
||
|
|
||
|
|
||
|
|
||
|
<figcaption class="entry-title fn">{{ post.title }}</figcaption>
|
||
|
exif
|
||
|
</figure>
|
||
|
</a>
|
||
|
|
||
|
</article>
|
||
|
|
||
|
{% endfor %}
|
||
|
|
||
|
</div>
|
||
|
</section>
|