Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 137 Bytes

index.md

File metadata and controls

13 lines (8 loc) · 137 Bytes
layout
default

{% for post in site.posts %}

{{ post.title }}

{{ post.excerpt }}

[Read More]({{ post.url }})

{% endfor %}