| title | All Posts |
|---|---|
| description | All blog posts |
| layout | page |
{% for post in site.posts %}
{% endfor %}
<span class="post-date">{{ post.date | date_to_string }}</span>
{{ post.excerpt }}
<a href="{{ post.url | absolute_url }}">
More
</a>