Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 552 Bytes

archive.md

File metadata and controls

28 lines (17 loc) · 552 Bytes
layout title
page
Blog and News Archive

{% include read-config.liquid %}

This is the archive for the blog posts.

{% for post in site.posts %}


{{ post.title }} {{ post.date | date: "%B %d, %Y" }}

{{ post.excerpt }}

[View Post »]({{ post.url | relative_url }})

{% endfor %}


{{ config.metadata.copyright | markdownify }}