--- layout: page title: My website subtitle: This is where I will tell my friends way too much about me ---
{% for post in paginator.posts %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{{ post.content | truncatewords: 50 | strip_html | xml_escape}} [Read More]
{% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}