{% for post in site.posts %}
  • {{post.title}} - {{post.date | date: "%A, %B %-d, %Y"}}
  • {% endfor %}