diff --git a/templates/index.html b/templates/index.html index 760ca1a..55384fb 100755 --- a/templates/index.html +++ b/templates/index.html @@ -30,7 +30,7 @@

Welcome to my awesome Blog

{{ post.title }}

{{ post.author }} | {{ post.created_on}}

-

{{post.content|safe|slice:":200" }}

+

{{post.content|safe|truncatechars_html:200 }}

Read More →