diff --git a/index.html b/index.html index 72214ac6..52b7f2f7 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,8 @@
{% for post in site.posts limit:5 %} {{ post.title }} ({{post.date | date_to_string}}) - {{ post.excerpt }} + + {{ post.content | strip_html | truncatewords: 50 }} {% endfor %} More ...