Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 450 Bytes

File metadata and controls

25 lines (21 loc) · 450 Bytes
title All Posts
description All blog posts
layout 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 %}