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