diff --git a/src/posts.njk b/src/posts.njk index 8c546de..dd75e9e 100644 --- a/src/posts.njk +++ b/src/posts.njk @@ -14,10 +14,10 @@ pagination: {% for post in blogposts %}

{{ post.data.title }}

- + {% if post.data.image and post.data.image.src != '' %} {{ post.data.image.alt }}