mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-26 11:49:04 +01:00
fix build
This commit is contained in:
parent
f4a2cd88fd
commit
269d293c75
@ -9,7 +9,9 @@
|
||||
|
||||
<article class="related-post grid__col">
|
||||
<a class="post-title-link" href="{{ post.url }}">
|
||||
{% picture featured {{ post.image }} %}
|
||||
{% if post.image %}
|
||||
{% picture featured {{ post.image }} %}
|
||||
{% endif %}
|
||||
<h1 class="post-title">{{ post.title | titlecase }}</h1>
|
||||
</a>
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user