diff options
-rw-r--r-- | newspipe/templates/home.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/templates/home.html b/newspipe/templates/home.html index 96b30aaf..82787c25 100644 --- a/newspipe/templates/home.html +++ b/newspipe/templates/home.html @@ -143,7 +143,6 @@ {% for article in articles %} <tr data-article="{{ article.id }}" data-feed="{{ article.feed_id }}"> <td> - <a href="#"><i class="fa fa-times delete" aria-hidden="true" title="{{ _('Delete this article') }}"></i></a> {% if article.like %} <a href="#"><i class="fa fa-heart like" aria-hidden="true" title="{{ _('One of your favorites') }}"></i></a> {% else %} |