Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 270 Bytes

File metadata and controls

14 lines (13 loc) · 270 Bytes
layout page
title Blog
description Blog.
group navigation

{% include JB/setup %}

{% for post in site.posts %}

[{{ post.title }}]({{ BASE_PATH }}{{ post.url }})

{{ post.content }} posted on {{ post.date | date: "%Y-%m-%d" }}


{% endfor %}