Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 974 Bytes

File metadata and controls

29 lines (28 loc) · 974 Bytes
layout permalink title
default
/blog/
Blog
{% for post in site.posts %}

{{ post.excerpt }}

By {{ post.author }}

{{ post.date | date: "%A, %b %d %Y" }}
{{ post.alt_text }}
</article>

{% endfor %}