Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 184 Bytes

File metadata and controls

7 lines (7 loc) · 184 Bytes

Drafts

{% for post in site.drafts %} {% if post.draft %} ### [{{ post.title }}]({{ site.baseurl }}{{ post.url }}) {{ post.description }} {% endif %} {% endfor %}