Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 194 Bytes

blog.md

File metadata and controls

15 lines (11 loc) · 194 Bytes
layout title permalink
page
Blog
/blog/

Here are all the blog posts

    {% for post in site.posts %}
    	<li><a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}