Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 176 Bytes

index.md

File metadata and controls

12 lines (8 loc) · 176 Bytes

layout: default.liquid

Blog!

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

{{post.title}}

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

{{post.data.image}}

{% endfor %}