From dfb1c6191764af7e8d57baa141ab44f764a5923a Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Tue, 4 Oct 2016 19:43:33 -0700 Subject: [PATCH] replace post.content with post.excerpt in index page --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}