Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 452 Bytes

File metadata and controls

22 lines (18 loc) · 452 Bytes
layout basic
title Home

Hello World

As with every public git repository, history is being made.

Posts

{% for post in site.posts %}

{{ post.date | date: "%B %e, %Y" }}

{{ post.excerpt }} more…

{% endfor %}