Update post summary layout

This commit is contained in:
Oliver Davies 2019-03-04 11:32:53 +00:00
parent 3a4bad3bb7
commit 15268dd1a1
2 changed files with 17 additions and 15 deletions

View file

@ -13,9 +13,7 @@ use: [posts]
<div class="-mt-4 -mx-4 spaced-y-4">
{% for post in data.posts %}
<article class="p-4 {{ post.draft ? 'bg-blue-lighter' }}">
{% include 'blog/post-summary' with {
show_date: true,
} %}
{% include 'blog/post-summary' %}
</article>
{% endfor %}
</div>