Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 394 Bytes

File metadata and controls

18 lines (15 loc) · 394 Bytes
layout page
title Overview

Updates (newest at top)

    {% for post in site.posts limit:4 %}
  • {{ post.date | date: "%b %-d, %Y" }}: {{ post.title }}
  • {% endfor %}