Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 460 Bytes

File metadata and controls

17 lines (16 loc) · 460 Bytes
layout default
title News

{% for post in site.posts limit:30 %}

{{ post.date | date_to_long_string }}

{{post.summary}}

Read more
{% endfor %}