Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 914 Bytes

File metadata and controls

27 lines (23 loc) · 914 Bytes
layout title permalink
draft
Drafts
/drafts/
{% for post in site.posts %} {% if post.draft == true %}
{{ post.date | date: "%d %b %Y" }}
  <!-- <a href="{{ site.baseurl }}{{ post.url }}" class="small-link">Read details</a> -->
</article>
{% else %}
{% endif %}

{% endfor %}