mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
fix related post images
This commit is contained in:
parent
a2ede7e442
commit
d88598bd80
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user