Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 368 Bytes

news.md

File metadata and controls

18 lines (17 loc) · 368 Bytes
layout title
default
News archive

News archive

{% for post in site.tags.news %}

{{ post.date | date: "%e" }}
{{ post.date | date: "%b" }}
{{ post.date | date: "%Y" }}
{{ post.content }} {% endfor %}