Remove buttons, make titles links instead
This commit is contained in:
parent
42f79d8879
commit
e58b306c91
2 changed files with 8 additions and 9 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue