---
layout: blog
title: Blog
permalink: /blog/
---
{% for post in site.posts %}
{% unless post.draft %}
{% if post.content contains '' %}
{{ post.content | split: '' | first }}
Read more
{% else %}
{{ post.content }}
{% endif %}
{% if forloop.last == false %}
{% endif %}
{% endunless %}
{% endfor %}