Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 298 Bytes

File metadata and controls

18 lines (16 loc) · 298 Bytes
layout default
title News archive

News archive


    {% for post in site.tags.news %}
  • {{ post.date | date: "%Y-%m-%d" }}   {{ post.title }}
  • {% endfor %}