blob: 9fa813c2d7965934b5c2556bb2b8a245d885a283 (
plain) (
tree)
|
|
---
title: Blog
layout: blog.liquid
permalink: "/{{slug}}"
---
## Blog!
{% for post in collections.posts.pages %}
#### {{post.title}}
[{{ post.title }}](/{{ post.permalink }}) {% endfor %}
|