From b4f26c158e654bdac0c055ad3d1d1fcbee2a931f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 1 Jan 2014 16:49:31 +0100 Subject: Displaying more information in the /feed page. --- pyaggr3g470r/templates/feed.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index 7abd133f..b0f06eb6 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -8,8 +8,12 @@

This feed contains {{ feed.articles|count }} articles.

Address of the feed: {{ feed.link }}.

Address of the site: {{ feed.site_link }}.

+
+

The last article was posted {{ elapsed.days }} day(s) ago.
+ Daily average: {{ average }}, between the {{ first_post_date.strftime('%Y-%m-%d') }} and the {{ end_post_date.strftime('%Y-%m-%d') }}.

+

Tag cloud

{{ tag_cloud|safe }}
-{% endblock %} \ No newline at end of file +{% endblock %} -- cgit