mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
draft posts
This commit is contained in:
parent
81ec0515bb
commit
d94da4f809
2 changed files with 14 additions and 2 deletions
|
@ -3,7 +3,8 @@ layout: default
|
|||
---
|
||||
|
||||
<div class="posts">
|
||||
{% for post in site.posts %}
|
||||
{% for post in site.posts %}
|
||||
{% unless post.draft %}
|
||||
<article class="post">
|
||||
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
|
||||
<div class="entry">
|
||||
|
@ -27,5 +28,6 @@ layout: default
|
|||
{{ post.date | date: "%b %-d, %Y" | upcase }}
|
||||
</p>
|
||||
</article>
|
||||
{% endfor %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue