Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 154 Bytes

File metadata and controls

13 lines (8 loc) · 154 Bytes
layout default.liquid
title Home

Posts

{% for post in collections.posts.pages %}

[{{ post.title }}]({{ post.permalink }})

{% endfor %}