aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/profile_public.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-20 15:08:47 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-09-20 15:08:47 +0200
commite60087e68546a8a9b483e09a78f4389fcc9ebc4e (patch)
treeacd780e7255d7de48a5519bc815c0e90f08d98b3 /src/web/templates/profile_public.html
parentDraft for a public user profile page. (diff)
downloadnewspipe-e60087e68546a8a9b483e09a78f4389fcc9ebc4e.tar.gz
newspipe-e60087e68546a8a9b483e09a78f4389fcc9ebc4e.tar.bz2
newspipe-e60087e68546a8a9b483e09a78f4389fcc9ebc4e.zip
Few improvemnts for the tag cloud of the user's profile pages.
Diffstat (limited to 'src/web/templates/profile_public.html')
-rw-r--r--src/web/templates/profile_public.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web/templates/profile_public.html b/src/web/templates/profile_public.html
index 04beee8e..0b12b8df 100644
--- a/src/web/templates/profile_public.html
+++ b/src/web/templates/profile_public.html
@@ -9,8 +9,10 @@
</div>
</div>
+ <div>{{ tag_cloud|safe }}</div>
+
<h2>Feeds</h2>
- {% include "feed_list.html" %}
+ {% include "feed_list_simple.html" %}
</div><!-- /.container -->
{% endblock %}
bgstack15