8 lines
137 B
Markdown
8 lines
137 B
Markdown
|
---
|
||
|
title: Blog Posts
|
||
|
---
|
||
|
|
||
|
{% for post in site.posts %}
|
||
|
* [{{post.date | date: "%Y %B %-d"}}: {{post.title}}]({{post.url}})
|
||
|
{% endfor %}
|