Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 511 Bytes

File metadata and controls

19 lines (18 loc) · 511 Bytes
layout default
title Blog
{% for post in site.posts %}

{{ post.title }}

{% if post.author %}
{{ post.date | date: '%B %d, %Y' }} by {{ post.author }}
{% else %}
{{ post.date | date: '%B %d, %Y' }}
{% endif %}

{{ post.excerpt }}

Read more...
{% endfor %}