Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 137 Bytes

blog.md

File metadata and controls

8 lines (7 loc) · 137 Bytes
title permalink
Examples
blog

{% for post in site.posts %}

[{{ post.title }}]({{ post.url | relative_url }})

{% endfor %}