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