Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 316 Bytes

File metadata and controls

15 lines (13 loc) · 316 Bytes
layout default
title Blog
class blog
description Colin Chang's Blog

Blog

{% for post in collections.posts %}

{{ post.date | dateFormat }} {{ post.data.title }}
{% endfor %}