--- 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.excerpt | strip_html | xml_escape | truncatewords: 50 }} [Read More]
{% if post.tags.size > 0 %}
Tags: {% if site.link-tags %} {% for tag in post.tags %} {{ tag }} {% endfor %} {% else %} {{ post.tags | join: ", " }} {% endif %}
{% endif %}
{% endfor %}
{% if paginator.total_pages > 1 %} {% endif %}