This commit is contained in:
Kameron Kenny 2019-01-15 14:59:30 -05:00
parent 9ca4029ed9
commit e7ecae1b4b
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
--- ---
layout: default layout: default
--- ---
## Posts
{% for post in site.posts %}
{{ post.date | date: "%b %-d, %Y" }}
[{{ post.title }}]({{ post.url | prepend: site.baseurl }})
{% endfor %}