Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 431 Bytes

File metadata and controls

11 lines (9 loc) · 431 Bytes
title News
redirect_from /post/

{% for post in site.posts %}

[{{ post.title }}]({{ post.url | prepend: site.baseurl }}) {{ post.date | date: "%B %-d, %Y" }}

{{ post.excerpt }} {% if post.excerpt != post.content %}More {% endif %} {% endfor %}