From b46dccd8d8d85fb2a1d304ff239cdfcbcdc6bcb3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 28 Oct 2018 13:23:42 +0100 Subject: Removed tag cloud from the public feed page. --- src/web/templates/feed.html | 10 ++-------- src/web/templates/feed_list_per_categories.html | 6 +++--- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'src/web/templates') diff --git a/src/web/templates/feed.html b/src/web/templates/feed.html index 6b2e5e40..d914b82b 100644 --- a/src/web/templates/feed.html +++ b/src/web/templates/feed.html @@ -45,7 +45,7 @@
-
+
@@ -55,7 +55,7 @@ - {% for article in articles %} + {% for article in feed.articles %} @@ -65,12 +65,6 @@
{{ article.title }} {{ article.date | datetime }}
-
-

{{ _('Most recurrent words') }}

- {% if articles | count != 0 %} -
{{ tag_cloud | safe }}
- {% endif %} -
diff --git a/src/web/templates/feed_list_per_categories.html b/src/web/templates/feed_list_per_categories.html index 396139a4..34d10ddd 100644 --- a/src/web/templates/feed_list_per_categories.html +++ b/src/web/templates/feed_list_per_categories.html @@ -1,12 +1,12 @@
-
+
- {% for category in user.categories %} - + {% endfor %} -- cgit