---
title: 'Blog'
permalink: "/blog/"
<h1>Blog</h1>
{% for post in collections.blogpost %}
<a href="{{ post.data.permalink | safe }}">{{post.data.title}}</a>
{% endfor %}