1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-14 09:05:17 +01:00
blog/_src/_includes/photos.html

8 lines
177 B
HTML

<article class="grid__col">
<a class="photo-link" href="{{ post.url }}" title="{{ post.title }}">
{% include picture.html size='photothumb' %}
</a>
</article>