Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 265 Bytes

File metadata and controls

13 lines (11 loc) · 265 Bytes
layout default

Project Blog

{% for post in site.posts limit:10 %}

{{ post.content }} Posted on {{ post.date | date_to_long_string }}.
{% endfor %}