Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 450 Bytes

posts.md

File metadata and controls

25 lines (21 loc) · 450 Bytes
title description layout
All Posts
All blog posts
page
{% for post in site.posts %}
<span class="post-date">{{ post.date | date_to_string }}</span>

{{ post.excerpt }}

<a href="{{ post.url | absolute_url }}">
  More
</a>
{% endfor %}