Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 226 Bytes

news.md

File metadata and controls

15 lines (11 loc) · 226 Bytes
title layout nav_order
News
page
4

Latest News

{% for post in site.posts %}

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

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

{% endfor %}