Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 303 Bytes

blog.md

File metadata and controls

13 lines (12 loc) · 303 Bytes
layout title header description permalink
default
Blog | Jake's Blog
Blog
Where the magic happens - this is the blog!
/blog/

{% for post in site.posts %}

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

{% endfor %}