diff --git a/templates/index.html b/templates/index.html index 3a80935..c4a8069 100644 --- a/templates/index.html +++ b/templates/index.html @@ -22,7 +22,7 @@

{{ article.category }}{% if DISQUS_SITENAME %} •
{% endif %}

{{ article.summary|striptags }}

-

{{ ' '.join(article.content.split(' ')[0:100])|striptags }}...

+

{{ ' '.join(article.content.split(' ')[0:75])|striptags }}...

Read More