From 9aeade2d230a02805439d67afaf1ab950fe1d589 Mon Sep 17 00:00:00 2001 From: Richard Bos Date: Mon, 26 Jul 2021 21:58:29 +0200 Subject: [PATCH] Index summary improvement Article summary improvement, in case the summary consist of only 1 line. This patch takes care that the button "Continue Reading" is shown under the article, instead of against the article. It will be located at the same location compared to multi-line summaries. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 5d50f41..5a07642 100644 --- a/templates/index.html +++ b/templates/index.html @@ -38,7 +38,7 @@ {% if article.featured_image %} {% endif %} -

{{ article.summary }}

+
{{ article.summary }}
{% if article.content != article.summary %}