diff --git a/templates/index.html b/templates/index.html index 9f7acb7..3b8f6e3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,7 +40,7 @@ {% endif %} {{ article.summary }}
- {% if article.content|length > article.summary|length %} + {% if article.content != article.summary %} {{ _('Continue reading') }} {% endif %} {% else %}