From c2534b71ec5223a7d21543414135420b10f89dbc Mon Sep 17 00:00:00 2001 From: Liu Binsheng Date: Fri, 16 Sep 2016 00:41:31 +0800 Subject: [PATCH] use post.excerpt instead of post.content --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 325a239..463143b 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

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