aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/profile_public.html
diff options
context:
space:
mode:
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