From 290f94f4de526afae19357f1bafd74312d9dd024 Mon Sep 17 00:00:00 2001 From: alxd Date: Tue, 16 Oct 2018 13:05:58 +0200 Subject: [PATCH] remove unnecessary whitespace if there's no Continue Reading button --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 3b8f6e3..008ddc3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,8 +39,8 @@ {% endif %} {{ article.summary }} -
{% if article.content != article.summary %} +
{{ _('Continue reading') }} {% endif %} {% else %}