aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/templates/home.html')
-rw-r--r--newspipe/templates/home.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/newspipe/templates/home.html b/newspipe/templates/home.html
index 74180bc9..3ecc0aab 100644
--- a/newspipe/templates/home.html
+++ b/newspipe/templates/home.html
@@ -132,6 +132,7 @@
</td>
{% endif %}
<td {%if filter_ == 'all' and article.readed == False %}style='font-weight:bold'{% endif %}>
+ <img src="{{ url_for('icon.icon', url=feeds[article.source.id].icon_url) }}" width="16px">
<a href="/article/{{ article.id }}">{{ article.title | safe }}</a>
</td>
<td class="date d-none d-lg-block">{{ article.date | datetime(format='short') }}</a></td>
bgstack15