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