From 0d514532e687dfb6817825ab30aeb4dd04f2fa73 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 19 Feb 2016 09:54:45 +0100 Subject: With the new home page we do not need anymore the link to see all articles of a feed. --- src/web/templates/feed_list.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/web/templates/feed_list.html b/src/web/templates/feed_list.html index 114ae960..d9facc88 100644 --- a/src/web/templates/feed_list.html +++ b/src/web/templates/feed_list.html @@ -27,14 +27,11 @@ {% endif %} - - {% if feed.icon_url %}{% endif %} - {{ feed.title }} - + {% if feed.icon_url %}{% endif %}{{ feed.title }} {{ feed.site_link }} ( {{ unread_article_count.get(feed.id, 0) }} ) {{ article_count.get(feed.id, 0) }} - + -- cgit