--- layout: default ---
{% for post in paginator.posts %}
{% if post.external_site %} at {{ post.external_site }} {% endif %}

{% if post.external-url %} {% else %} {{ post.title }} {% endif %}

{% if post.content contains "
" %} {{ post.content | split:"
" | first % }} ... {% else %} {{ post.content | truncatewords:40}} {% endif %}
{% endfor %}
{% include pagination/pagination.html %}