{% for post in site.posts %}
{{ post.title }}
{{ post.date | date: "%B %d, %Y" }} {{ post.date | date: "%I:%M %p" }}

{{ post.title | truncate: 65 }}

{{ post.description | strip_html | truncate: 90 }}

{% endfor %}