From fd53143046e0054eab675838b01974493c3c71eb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 6 Mar 2020 22:24:58 +0100 Subject: Fixe icon in the article template. --- newspipe/web/templates/article.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/newspipe/web/templates/article.html b/newspipe/web/templates/article.html index a95d86d9..884bf677 100644 --- a/newspipe/web/templates/article.html +++ b/newspipe/web/templates/article.html @@ -4,16 +4,16 @@

{{ article.title|safe }}

{{ _('from') }} {{ article.source.title }}

- + {% if article.like %} - + {% else %} - + {% endif %} {% if article.readed %} - + {% else %} - + {% endif %}
{{ article.date | datetime }}
-- cgit