2015-06-13 23:21:40 +02:00
|
|
|
<aside class="related-photos">
|
|
|
|
|
2015-08-18 22:45:30 +02:00
|
|
|
<div class="grid grid--gutters grid--half grid-medium--third">
|
2015-06-13 23:21:40 +02:00
|
|
|
|
2017-07-23 20:40:33 +02:00
|
|
|
{% for post in site.categories['photos'] limit:9 %}
|
2015-06-13 23:21:40 +02:00
|
|
|
|
2015-08-18 20:55:30 +02:00
|
|
|
<article class="related-photo grid__col">
|
2015-06-13 23:21:40 +02:00
|
|
|
<a class="photo-link" href="{{ post.url }}">
|
2017-07-23 20:40:33 +02:00
|
|
|
{% include picture.html size='photothumb' file=post.image %}
|
2015-06-13 23:21:40 +02:00
|
|
|
</a>
|
|
|
|
</article>
|
|
|
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</aside>
|