diff --git a/index.html b/index.html index dedafef..b58f7ba 100644 --- a/index.html +++ b/index.html @@ -6,13 +6,13 @@ layout: default {% for post in site.posts %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.content | truncatewords:40}}
- Read More + Read More
{% endfor %} \ No newline at end of file