--- layout: blog title: Blog permalink: /blog/ --- {% for post in site.posts %} {% unless post.draft %}

{{ post.title }}

- Jason Chen
{% if post.content contains '' %} {{ post.content | split: '' | first }} Read more {% else %} {{ post.content }} {% endif %} {% if forloop.last == false %}
{% endif %}
{% endunless %} {% endfor %}