homepage/blog/index.md

8 lines
137 B
Markdown
Raw Normal View History

2022-08-01 16:18:29 -06:00
---
title: Blog Posts
---
{% for post in site.posts %}
* [{{post.date | date: "%Y %B %-d"}}: {{post.title}}]({{post.url}})
{% endfor %}