| layout | default |
|---|---|
| title | Blog |
| class | blog |
| description | Colin Chang's Blog |
{% for post in collections.posts %}
{{ post.date | dateFormat }}
{{ post.data.title }}
{% endfor %}
| layout | default |
|---|---|
| title | Blog |
| class | blog |
| description | Colin Chang's Blog |
{% for post in collections.posts %}