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