From 7013edd8a4607a2a2b5bc8a9e819d79750904aff Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 11 Mar 2020 09:35:20 +0100 Subject: Fixed CSS menu class in article template. --- newspipe/templates/article.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/newspipe/templates/article.html b/newspipe/templates/article.html index 884bf677..c6ebb87a 100644 --- a/newspipe/templates/article.html +++ b/newspipe/templates/article.html @@ -4,14 +4,14 @@

{{ article.title|safe }}

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

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