diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-07 11:17:06 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-07 11:17:06 +0200 |
commit | 6368a464f3a153e284b84136c6f304a6924e9b59 (patch) | |
tree | d66d79a07ca9b423567c5a9e50546907a38c8a0c /src/web/templates | |
parent | Generates the tag cloud of the user based on the last 10 weeks. (diff) | |
download | newspipe-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.html | 4 |
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> |