{% for post in site.posts | limit: 3 %}

{{ post.title }} ({{ post.date | date: "%b %-d, %Y" }})

{{ post.excerpt }}
{% endfor %}