304 B
304 B
layout |
---|
page |
-
{% for post in site.posts %}
-
{{ post.title }}
{{ post.date | date: "%a %b %d, %Y" }}
{{ post.content | truncate: 350 }}
{% endfor %}