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