Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 308 Bytes

File metadata and controls

13 lines (12 loc) · 308 Bytes
layout default
title Blog | Simple Jekyll
header Blog
description Where the magic happens - this is the blog!
permalink /blog/

{% for post in site.posts %}

{{ post.title }}
{{ post.description }}
? {{ post.date | date_to_string }}

{% endfor %}