1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-14 00:23:13 +02:00

fix related post images

This commit is contained in:
Matthias Kretschmann 2018-07-06 14:46:11 +02:00
parent a2ede7e442
commit d88598bd80
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -10,7 +10,7 @@
<article class="related-post grid__col">
<a class="post-title-link" href="{{ post.url }}">
{% if post.image %}
{% include picture.html size='photothumb' %}
{% include picture.html size='photothumb' file=post.image %}
{% endif %}
<h1 class="post-title">{{ post.title | titlecase }}</h1>
</a>