--- layout: page include_nav_posts: true --- {% for post in site.posts %}

{% if post.medium-link %} {{post.title}} {% else %} {{post.title}} {% endif %}

Posted {{post.date | date: "%b %-d, %Y"}} by {{post.author}}

{% if post.content contains '' %} {{ post.content | split:'' | first }} {% else %} {{ post.content }} {% if post.medium-link %} Read more on Medium → {% endif %} {% endif %}
{% unless forloop.last %}
{% endunless %}
{% endfor %}