From 51663e26e41d26b3c213e811103786277b6df304 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 28 Oct 2013 07:53:28 +0100 Subject: Added link to the site of the feed. --- pyaggr3g470r/templates/articles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/articles.html b/pyaggr3g470r/templates/articles.html index 3b29a2d6..28420b5c 100644 --- a/pyaggr3g470r/templates/articles.html +++ b/pyaggr3g470r/templates/articles.html @@ -2,7 +2,7 @@ {% block content %}
-

{{ feed.title }}

+

{{ feed.title }}

{{ feed.articles|length }} articles.

{% for number in range(0, feed.articles|length-2, 3) %} -- cgit