1
0
Fork 0

hide blocked content from feed

This commit is contained in:
Mouse Reeve 2021-01-24 16:13:26 -08:00
parent 6cc29a6cf8
commit 4e0ec12052
3 changed files with 35 additions and 1 deletions

View file

@ -17,7 +17,7 @@
</div>
{% include 'snippets/user_header.html' with user=user %}
{% if user.bookwyrm_user %}
<div class="block">
<h2 class="title">Shelves</h2>
<div class="columns">
@ -39,6 +39,7 @@
</div>
<small><a href="{{ user.local_path }}/shelves">See all {{ shelf_count }} shelves</a></small>
</div>
{% endif %}
{% if goal %}
<div class="block">