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 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/web/templates/feed.html') 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 %} -
-- cgit