Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 341 Bytes

File metadata and controls

15 lines (13 loc) · 341 Bytes
layout default
title Thomas H. Keefe | News

News

{% assign news = (site.data.news | sort: 'date') | reverse %} {% for n in news %} {% endfor %}
{{ n.date | date_to_string }} {{ n.description | markdownify }}