Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 277 Bytes

news.md

File metadata and controls

14 lines (12 loc) · 277 Bytes
title layout
News
default

News

{% for post in site.posts %}

{{ post.date | date: "%b %-d, %Y" }}

{{ post.excerpt }} more...

{% endfor %}