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 @@
{{ post.author }} | {{ post.created_on}}
-{{post.content|safe|slice:":200" }}
+{{post.content|safe|truncatechars_html:200 }}
Read More →