Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 329 Bytes

news.md

File metadata and controls

11 lines (9 loc) · 329 Bytes
title redirect_from
News
/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 %}