From ccf3e827ae31a308971b0f15862a2e22fbce4b75 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 25 Sep 2021 12:02:22 +0200 Subject: improved display of the list of news --- newspipe/templates/home.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/newspipe/templates/home.html b/newspipe/templates/home.html index 46d96d0f..631b769c 100644 --- a/newspipe/templates/home.html +++ b/newspipe/templates/home.html @@ -159,18 +159,18 @@ {% for article in articles %} - + {% if article.readed %} - + {% else %} - + {% endif %} {% if article.like %} - + {% else %} - + {% endif %} - + {% if not feed_id %} -- cgit