diff --git a/index.html b/index.html index 9bb92a7..9893958 100644 --- a/index.html +++ b/index.html @@ -9,23 +9,23 @@ subtitle: This is where I will tell my friends way too much about me

{{ post.title }}

- + {% if post.subtitle %}

{{ post.subtitle }}

- {% endif %} + {% endif %}

Posted on {{ post.date | date: "%B %-d, %Y" }}

- +
- {{ post.content | truncatewords: 50 | strip_html | xml_escape}} + {{ post.content | strip_html | xml_escape | truncatewords: 50 }} [Read More]
- +
{% endfor %}