Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 211 Bytes

File metadata and controls

13 lines (10 loc) · 211 Bytes
title layout nav_order
News
page
5

{% for post in site.posts %}

[{{ post.title }}]({{ post.url }})

{{ post.excerpt }} posted on [{{ post.date | date_to_string }}]({{ post.url }})

{% endfor %}