Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 239 Bytes

news.md

File metadata and controls

10 lines (9 loc) · 239 Bytes
title layout permalink
News
article
/allnews.html

{% for article in site.data.news.news %}

{{ article.date }}
{{ article.headline }}

{% endfor %}