Skip to content

Latest commit

 

History

History
executable file
·
15 lines (14 loc) · 282 Bytes

File metadata and controls

executable file
·
15 lines (14 loc) · 282 Bytes
layout page
title News
permalink /news
    {% assign news_reversed = site.news | reverse %} {% for newsitem in news_reversed %}
  • {{ newsitem.date | date: "%b %Y" }} {{ newsitem.content }}
  • {% endfor %}