From d665e360121e1395be429f074be9d6b0efe1cae2 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 19 Feb 2016 09:58:17 +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.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/web/templates/feed.html b/src/web/templates/feed.html index 096ee794..7a40ca9a 100644 --- a/src/web/templates/feed.html +++ b/src/web/templates/feed.html @@ -9,7 +9,7 @@

- {{ _('This feed contains') }} {{ feed.articles.all()|count }} {{ _('articles') }}.
+ {{ _('This feed contains') }} {{ feed.articles.all()|count }} {{ _('articles') }}.
{% if category %} {{ _('This feed is part of category %(category_name)s', category_name=category.name) }}
{% endif %} -- cgit