Remove buttons, make titles links instead

This commit is contained in:
Oliver Davies 2019-01-05 00:33:55 +00:00
parent 42f79d8879
commit e58b306c91
2 changed files with 8 additions and 9 deletions

View file

@ -4,9 +4,9 @@ title: Blog
use: [posts]
---
{% block content %}
<ul class="list-reset -mt-2 -mx-4">
<ul class="list-reset -mt-4 -mx-4">
{% for post in data.posts %}
<li class="p-4 mb-12 {{ post.draft ? 'bg-blue-lighter' }}">
<li class="p-4 mb-10 {{ post.draft ? 'bg-blue-lighter' }}">
{% include 'blog/post-summary' %}
</li>
{% endfor %}