From 0b76fb0d12ab08e6e8cead42ca7c86d33b0219b1 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 25 Jun 2020 10:59:33 +0200 Subject: swap fa-heart and fa-square icons. --- newspipe/templates/home.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/newspipe/templates/home.html b/newspipe/templates/home.html index 23d4ee37..8b5c3a38 100644 --- a/newspipe/templates/home.html +++ b/newspipe/templates/home.html @@ -160,16 +160,16 @@ {% for article in articles %} - {% if article.like %} - - {% else %} - - {% endif %} {% if article.readed %} {% else %} {% endif %} + {% if article.like %} + + {% else %} + + {% endif %} {% if not feed_id %} -- cgit