Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 284 Bytes

File metadata and controls

15 lines (13 loc) · 284 Bytes
title News
layout default
permalink /news/

{% for page in site.posts %}

{{ page.title }} {{ page.date | date: '%B %d, %Y' }}

{{ page.content }}

{% endfor %}