diff --git a/index.md b/index.md index 0d6905d..a986549 100644 --- a/index.md +++ b/index.md @@ -1,3 +1,9 @@ --- layout: default --- + +## Posts +{% for post in site.posts %} + {{ post.date | date: "%b %-d, %Y" }} + [{{ post.title }}]({{ post.url | prepend: site.baseurl }}) +{% endfor %}