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 %}