diff --git a/index.html b/index.html index 53c8aaa..e7ffb0d 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ subtitle: This is where I will tell my friends way too much about me

- {% assign cleaned_content = post.content | strip_html | xml_escape %} + {% assign cleaned_content = post.excerpt | strip_html | xml_escape %} {% assign truncated_content = cleaned_content | truncatewords: 50 %} {% if truncated_content == cleaned_content %} {{ cleaned_content }}