Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 246 Bytes

File metadata and controls

14 lines (12 loc) · 246 Bytes
layout post
title Draft Blog Posts

{% for post in site.posts %} {% if post.draft %}

[{{ post.title }} ]({{ post.url }})

{{ post.date | date_to_string }} {{ post.excerpt }} [read more]({{ post.url }})

{% endif %} {% endfor %}