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