aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-07 11:17:06 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-07 11:17:06 +0200
commit6368a464f3a153e284b84136c6f304a6924e9b59 (patch)
treed66d79a07ca9b423567c5a9e50546907a38c8a0c /src/web/templates
parentGenerates the tag cloud of the user based on the last 10 weeks. (diff)
downloadnewspipe-6368a464f3a153e284b84136c6f304a6924e9b59.tar.gz
newspipe-6368a464f3a153e284b84136c6f304a6924e9b59.tar.bz2
newspipe-6368a464f3a153e284b84136c6f304a6924e9b59.zip
removed the tag cloud for the public profile page: too slow
Diffstat (limited to 'src/web/templates')
-rw-r--r--src/web/templates/profile_public.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/web/templates/profile_public.html b/src/web/templates/profile_public.html
index 5bd002e0..bf080df0 100644
--- a/src/web/templates/profile_public.html
+++ b/src/web/templates/profile_public.html
@@ -32,9 +32,7 @@
<p align="justify">{{ user.bio }}</p>
{% endif %}
</div>
- <div class="col-md-6 pull-right">
- <div>{{ tag_cloud|safe }}</div>
- </div>
+ <div class="col-md-6 pull-right"></div>
</div>
<h2>Feeds</h2>
bgstack15