From 7e2e3124941ce0ec35bfd841f64f60a2afe71d09 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 17 Nov 2013 21:39:52 +0100 Subject: Restored tag cloud per feed. --- pyaggr3g470r/templates/about.html | 2 +- pyaggr3g470r/templates/feed.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index 41dbe20c..3b4a310b 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -4,7 +4,7 @@

This software is under GPLv3 license. You are welcome to copy, modify or redistribute the source code - according to the GPLv3 license. + according to the GPLv3 license.

{% endblock %} diff --git a/pyaggr3g470r/templates/feed.html b/pyaggr3g470r/templates/feed.html index e08ac159..7abd133f 100644 --- a/pyaggr3g470r/templates/feed.html +++ b/pyaggr3g470r/templates/feed.html @@ -8,6 +8,8 @@

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

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

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

+

Tag cloud

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