Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 333 Bytes

File metadata and controls

18 lines (13 loc) · 333 Bytes
layout page
title All Posts
Here's a list of all the posts in this site.

{% for post in site.posts %}

[ {{ post.title }} ]({{ post.url }})

{% endfor %}